GET /api/bet_types/356dc260-56ec-4a34-bf6b-b010f61fcca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "356dc260-56ec-4a34-bf6b-b010f61fcca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ba0767d-bfcf-473e-9c45-852e9c0ea69d/?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": "Connecticut",
                "amount": 8338.0
            },
            {
                "team": "Massachusetts",
                "amount": 1662.0
            }
        ],
        "expected_reward_tokens": 9338.56,
        "profit_sb": 338.56,
        "profit_sb_percentage": 3.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec28b942-a88b-4ed4-88ab-848447aa260b",
            "gambit_id": "9723bc76-7d27-43fb-9619-58a97a95d1fd",
            "last_updated": "2022-11-05T09:42:50.581956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.12000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/356dc260-56ec-4a34-bf6b-b010f61fcca2/?format=api"
        },
        {
            "id": "bee12b8d-dde2-43f8-beed-1e5679d29089",
            "gambit_id": "e04a2cfc-d2ef-4bf6-a0b9-12608a09fce1",
            "last_updated": "2022-11-05T09:42:50.582902-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "5.62000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/356dc260-56ec-4a34-bf6b-b010f61fcca2/?format=api"
        }
    ]
}