GET /api/bet_types/148019da-26e1-4a04-91bf-3e8a3029cb94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "148019da-26e1-4a04-91bf-3e8a3029cb94",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c468f88-a2c8-4288-b572-b55d3866062c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T22:23:07.100535-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7145.0
            },
            {
                "team": "Draw",
                "amount": 2855.0
            }
        ],
        "expected_reward_tokens": 11932.15,
        "profit_sb": 2432.15,
        "profit_sb_percentage": 25.6,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5559.0
            },
            {
                "team": "Draw",
                "amount": 2221.0
            },
            {
                "team": "Bournemouth",
                "amount": 2221.0
            }
        ],
        "expected_reward_tokens": 9283.53,
        "profit_sb": -216.47,
        "profit_sb_percentage": -2.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "48f266e1-8a20-4e2f-ac2c-fdff1365ee99",
            "gambit_id": "58c9e832-fe60-4219-8498-7f2517cb71bb",
            "last_updated": "2024-01-23T18:57:55.896073-05:00",
            "created_at": "2024-01-19T22:23:07.114311-05:00",
            "name": "Liverpool",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148019da-26e1-4a04-91bf-3e8a3029cb94/?format=api"
        },
        {
            "id": "daec246a-8db1-40aa-92a2-2df7107e3447",
            "gambit_id": "d922e4fd-04f3-409e-8121-324f6b03e774",
            "last_updated": "2024-01-23T18:57:55.888270-05:00",
            "created_at": "2024-01-19T22:23:07.104719-05:00",
            "name": "Draw",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148019da-26e1-4a04-91bf-3e8a3029cb94/?format=api"
        },
        {
            "id": "d20f9903-9932-4926-8cd9-a3bdb3658451",
            "gambit_id": "1042cd64-4d1c-4bce-905e-c87bfa26f756",
            "last_updated": "2024-01-23T18:57:55.892408-05:00",
            "created_at": "2024-01-19T22:23:07.109322-05:00",
            "name": "Bournemouth",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148019da-26e1-4a04-91bf-3e8a3029cb94/?format=api"
        }
    ]
}