GET /api/bet_types/05457090-3c03-48f4-b3d5-e507d094edee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05457090-3c03-48f4-b3d5-e507d094edee",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc4ae27a-eef0-45f5-ab50-a0f236391c3c/?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": "SFO (J Junis)",
                "amount": 5423.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": 381.79,
        "profit_sb_percentage": 4.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2276fe9-be9b-4e45-9ec2-2b60c9f31feb",
            "gambit_id": "f7b28f6f-0cd5-42c0-b391-d9c390f7711e",
            "last_updated": "2022-08-17T09:22:03.614977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (J Junis)",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05457090-3c03-48f4-b3d5-e507d094edee/?format=api"
        },
        {
            "id": "93f1c359-f239-4111-95b0-6954b658ab44",
            "gambit_id": "cf43832e-68d8-47d4-93cd-ab0afc25f4bd",
            "last_updated": "2022-08-17T09:22:03.615418-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Kelly)",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05457090-3c03-48f4-b3d5-e507d094edee/?format=api"
        }
    ]
}