GET /api/bet_types/25676103-467d-4815-9591-d6736befc28a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25676103-467d-4815-9591-d6736befc28a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf603d55-71dd-46df-8dfc-f60857a038c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New England Patriots",
                "amount": 5899.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ce62416-3b90-4d5b-ac07-824ae4f9688c",
            "gambit_id": "0fdea40f-8554-4c00-8f9f-83adfc8c5e78",
            "last_updated": "2022-09-19T10:57:13.855879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25676103-467d-4815-9591-d6736befc28a/?format=api"
        },
        {
            "id": "669fd119-56e8-403b-96df-61e5ce45d914",
            "gambit_id": "341e76ae-cf50-42ad-8bb0-f3f6e2670f91",
            "last_updated": "2022-09-19T10:57:13.854895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25676103-467d-4815-9591-d6736befc28a/?format=api"
        }
    ]
}