GET /api/bet_types/a6916a4d-5fe6-4443-922c-aef1337e86b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6916a4d-5fe6-4443-922c-aef1337e86b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a787bdc4-f81e-4d2f-9ad6-c87bf58255bf/?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": "Louisville",
                "amount": 5492.0
            },
            {
                "team": "Cincinnati",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "c98dbdec-dfc1-4b37-bf7a-784def13d1ee",
            "gambit_id": "5c80994f-a5bc-4334-ad87-1ff4b4edaac1",
            "last_updated": "2022-12-19T10:22:26.160610-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6916a4d-5fe6-4443-922c-aef1337e86b6/?format=api"
        },
        {
            "id": "69c3b348-e1b6-4ea8-bb05-a8f422ad0c61",
            "gambit_id": "ced860a8-9068-41b3-9c24-42ae9b2975b0",
            "last_updated": "2022-12-19T10:22:26.159564-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6916a4d-5fe6-4443-922c-aef1337e86b6/?format=api"
        }
    ]
}