GET /api/bet_types/a894075b-b4ab-4371-a86c-fbfb7364dfa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a894075b-b4ab-4371-a86c-fbfb7364dfa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b4446e0-64ad-4f72-8060-e426589d7b9a/?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": "LAA (J Junk)",
                "amount": 5319.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": 361.44,
        "profit_sb_percentage": 4.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "64d52f14-3cff-40a9-acea-7ecf38b4167b",
            "gambit_id": "68b366f0-a5ac-4db2-ad3d-7cc9d4fcceb3",
            "last_updated": "2022-08-05T10:06:55.075396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (J Junk)",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a894075b-b4ab-4371-a86c-fbfb7364dfa6/?format=api"
        },
        {
            "id": "972f44fd-ae50-41ed-9623-c0ff536e1ef3",
            "gambit_id": "05b3fe2e-0959-4fcb-a8ef-adc823fc5c24",
            "last_updated": "2022-08-05T10:06:55.075783-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a894075b-b4ab-4371-a86c-fbfb7364dfa6/?format=api"
        }
    ]
}