GET /api/bet_types/c54b8dfc-1b15-4c1a-8f84-70c86f60999c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c54b8dfc-1b15-4c1a-8f84-70c86f60999c",
    "match": "https://api-prod.gambitprofit.com/api/matches/47ddde80-2ccc-488c-bc17-2f1a7a4b439d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:33:13.328175-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 7204.0
            },
            {
                "team": "Draw",
                "amount": 2796.0
            }
        ],
        "expected_reward_tokens": 11379.72,
        "profit_sb": 1879.72,
        "profit_sb_percentage": 19.79,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5885.0
            },
            {
                "team": "Draw",
                "amount": 2285.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 1830.0
            }
        ],
        "expected_reward_tokens": 9296.4,
        "profit_sb": -203.6,
        "profit_sb_percentage": -2.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca9ab04b-7319-4016-9690-2dddc856fadb",
            "gambit_id": "a0f139c3-ac12-4642-9905-bda09e4d365c",
            "last_updated": "2023-12-05T21:18:19.865928-05:00",
            "created_at": "2023-12-01T19:33:13.338306-05:00",
            "name": "Chelsea",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54b8dfc-1b15-4c1a-8f84-70c86f60999c/?format=api"
        },
        {
            "id": "e56ef6e1-9863-442a-a450-cde6fdf93559",
            "gambit_id": "3cbf9db4-d7aa-4eb3-82f1-64a022a472f7",
            "last_updated": "2023-12-05T21:18:19.862562-05:00",
            "created_at": "2023-12-01T19:33:13.332800-05:00",
            "name": "Draw",
            "reward": "4.07000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54b8dfc-1b15-4c1a-8f84-70c86f60999c/?format=api"
        },
        {
            "id": "975635ca-41da-42f9-8ec2-b28116b7cab8",
            "gambit_id": "ab08f14d-8d71-4267-a4b5-952faf0e37d5",
            "last_updated": "2023-12-05T21:18:19.869636-05:00",
            "created_at": "2023-12-01T19:33:13.343283-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "5.08000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54b8dfc-1b15-4c1a-8f84-70c86f60999c/?format=api"
        }
    ]
}