GET /api/bet_types/a5d61c84-fdd7-4ccf-841d-c8e938ceb4c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5d61c84-fdd7-4ccf-841d-c8e938ceb4c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1bc9c14-1120-4624-80c5-8444b22d8f88/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-17T11:41:59.926686-04: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": "TAM (J Beeks)",
                "amount": 5838.0
            },
            {
                "team": "CIN (H Greene)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2e3fb13-e328-49b3-a6e4-f1f8314125e8",
            "gambit_id": "3a44ad4a-728f-4656-84ba-007391129481",
            "last_updated": "2023-04-18T12:12:10.443796-04:00",
            "created_at": "2023-04-17T11:41:59.932681-04:00",
            "name": "TAM (J Beeks)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5d61c84-fdd7-4ccf-841d-c8e938ceb4c5/?format=api"
        },
        {
            "id": "3525319c-7eb7-4fac-8ca3-02cdbd04b482",
            "gambit_id": "2df390f3-ff24-4d25-8141-3771999c9f82",
            "last_updated": "2023-04-18T12:12:10.441976-04:00",
            "created_at": "2023-04-17T11:41:59.929276-04:00",
            "name": "CIN (H Greene)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5d61c84-fdd7-4ccf-841d-c8e938ceb4c5/?format=api"
        }
    ]
}