GET /api/bet_types/526ad0fa-391e-47ec-922d-d1caf64ae99c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "526ad0fa-391e-47ec-922d-d1caf64ae99c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f09e62f0-8146-4097-8c68-4ab01ba416e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T17:53:23.342256-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6388.0
            },
            {
                "team": "Draw",
                "amount": 3612.0
            }
        ],
        "expected_reward_tokens": 11881.68,
        "profit_sb": 2381.68,
        "profit_sb_percentage": 25.07,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 4974.0
            },
            {
                "team": "Draw",
                "amount": 2812.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2213.0
            }
        ],
        "expected_reward_tokens": 9250.34,
        "profit_sb": -249.66,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "90cc75a9-f08e-4a73-9f94-09972f5c16a4",
            "gambit_id": "cd18ac7e-3505-4cdb-b73c-ff05d845ac38",
            "last_updated": "2023-08-22T09:42:59.217833-04:00",
            "created_at": "2023-08-18T17:53:23.354007-04:00",
            "name": "Arsenal",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/526ad0fa-391e-47ec-922d-d1caf64ae99c/?format=api"
        },
        {
            "id": "cfed4ac6-045c-4dd4-8fd8-aad028681f9f",
            "gambit_id": "74224d05-63b5-4ac0-8944-e5106bfca0d3",
            "last_updated": "2023-08-22T09:42:59.200315-04:00",
            "created_at": "2023-08-18T17:53:23.346006-04:00",
            "name": "Draw",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/526ad0fa-391e-47ec-922d-d1caf64ae99c/?format=api"
        },
        {
            "id": "02cee183-9002-4970-8197-48d88d3323ef",
            "gambit_id": "3392595b-148e-412f-97f5-b1701446f14a",
            "last_updated": "2023-08-22T09:42:59.212206-04:00",
            "created_at": "2023-08-18T17:53:23.350020-04:00",
            "name": "Crystal Palace",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/526ad0fa-391e-47ec-922d-d1caf64ae99c/?format=api"
        }
    ]
}