GET /api/bet_types/e3512afc-488c-4e76-b3e6-25f5483705cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3512afc-488c-4e76-b3e6-25f5483705cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/165b729d-b33d-4812-9711-944d54db224c/?format=api",
    "name": "Play the Odds",
    "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": "Auburn",
                "amount": 5207.0
            },
            {
                "team": "Missouri",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9346456-0118-4da4-b943-1380671d4613",
            "gambit_id": "0344e811-44ac-4297-992a-7345f204c57f",
            "last_updated": "2022-09-25T11:17:06.231478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3512afc-488c-4e76-b3e6-25f5483705cb/?format=api"
        },
        {
            "id": "2e33625a-5c52-4add-9c20-cc321fc68cc4",
            "gambit_id": "3cc090d8-f399-4bf9-b9ef-ec27b58d919b",
            "last_updated": "2022-09-25T11:17:06.232579-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3512afc-488c-4e76-b3e6-25f5483705cb/?format=api"
        }
    ]
}