GET /api/bet_types/45b5b739-3fb4-4041-a075-9ec4adfa84fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45b5b739-3fb4-4041-a075-9ec4adfa84fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/929cc8e9-f0b4-43b8-bd6f-f031e01ae3ee/?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": "Mississippi",
                "amount": 8600.0
            },
            {
                "team": "Vanderbilt",
                "amount": 1400.0
            }
        ],
        "expected_reward_tokens": 9546.0,
        "profit_sb": 46.0,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d37f4d4-a92b-4768-8e5b-ec8e7484391a",
            "gambit_id": "b62460cd-0811-4b65-b4d3-7c1ca6834b72",
            "last_updated": "2022-10-11T11:17:03.468831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45b5b739-3fb4-4041-a075-9ec4adfa84fb/?format=api"
        },
        {
            "id": "9ee3d537-8cc5-4d31-acc2-c2706c69ab0b",
            "gambit_id": "286e837f-7e25-4f25-9e35-51a153827d51",
            "last_updated": "2022-10-11T11:17:03.467718-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "6.82000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45b5b739-3fb4-4041-a075-9ec4adfa84fb/?format=api"
        }
    ]
}