GET /api/bet_types/5f33b16b-6549-409e-8345-04112f473aa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f33b16b-6549-409e-8345-04112f473aa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d28cda57-658d-40f8-be93-5a5eb449185d/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 5276.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 4724.0
            }
        ],
        "expected_reward_tokens": 12187.56,
        "profit_sb": 3187.56,
        "profit_sb_percentage": 35.42,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 3773.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 3378.0
            },
            {
                "team": "Draw",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 8714.88,
        "profit_sb": -285.12,
        "profit_sb_percentage": -3.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd3de2d7-bcf6-41aa-baf0-021f8c253187",
            "gambit_id": "4a7249a5-f09d-4e4d-9717-93887375d29e",
            "last_updated": "2022-09-17T22:02:22.727649-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f33b16b-6549-409e-8345-04112f473aa6/?format=api"
        },
        {
            "id": "f3d29dfe-9ed3-4c09-8ace-d4568a4c5990",
            "gambit_id": "b7b0843f-673a-4ccf-8f15-91dfbb498e63",
            "last_updated": "2022-09-17T22:02:22.726598-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nottingham Forest",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f33b16b-6549-409e-8345-04112f473aa6/?format=api"
        },
        {
            "id": "686b3ab1-6f5a-4d10-a86f-ca081cd96618",
            "gambit_id": "90e154e6-defe-4d36-a429-3e0bd3e9e038",
            "last_updated": "2022-09-17T22:02:22.728624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f33b16b-6549-409e-8345-04112f473aa6/?format=api"
        }
    ]
}