GET /api/bet_types/32123d35-75b6-41ec-9236-7e868b29977c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32123d35-75b6-41ec-9236-7e868b29977c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ba07d4a-39d9-4c89-8e83-0118b370842b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T04:57:16.919777-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": "Jack Draper",
                "amount": 8153.0
            },
            {
                "team": "Bryon Woodger",
                "amount": 1847.0
            }
        ],
        "expected_reward_tokens": 9456.64,
        "profit_sb": -43.36,
        "profit_sb_percentage": -0.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce37d83b-ea3a-4ccb-8606-d078df219185",
            "gambit_id": "c581810a-df8b-4aad-b666-810a79aca394",
            "last_updated": "2023-03-11T13:57:01.545958-05:00",
            "created_at": "2023-03-02T04:57:16.922758-05:00",
            "name": "Jack Draper",
            "reward": "1.16000",
            "odds": "1.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32123d35-75b6-41ec-9236-7e868b29977c/?format=api"
        },
        {
            "id": "7b180b25-1bcc-450e-9d43-fbb686a026ac",
            "gambit_id": "872d3440-8254-478d-aa33-1f4eab7fa3d5",
            "last_updated": "2023-03-11T13:57:01.544686-05:00",
            "created_at": "2023-03-02T04:57:16.921363-05:00",
            "name": "Bryon Woodger",
            "reward": "5.12000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32123d35-75b6-41ec-9236-7e868b29977c/?format=api"
        }
    ]
}