GET /api/bet_types/64db6d28-2803-4216-bd51-954b36d88ddd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64db6d28-2803-4216-bd51-954b36d88ddd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a22e2853-8cd5-46f3-ac3a-51e61a41b582/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T00:32:01.026261-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 6215.0
            },
            {
                "team": "Draw",
                "amount": 3785.0
            }
        ],
        "expected_reward_tokens": 12490.5,
        "profit_sb": 2990.5,
        "profit_sb_percentage": 31.48,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 4594.0
            },
            {
                "team": "Draw",
                "amount": 2798.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2608.0
            }
        ],
        "expected_reward_tokens": 9232.32,
        "profit_sb": -267.68,
        "profit_sb_percentage": -2.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "aabe6637-078f-4181-8fb9-f2b47c2ea1ff",
            "gambit_id": "315eb58a-8504-49e3-9d88-514bf17c46b3",
            "last_updated": "2023-04-10T15:07:14.274857-04:00",
            "created_at": "2023-04-09T00:32:01.032121-04:00",
            "name": "Leeds United",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64db6d28-2803-4216-bd51-954b36d88ddd/?format=api"
        },
        {
            "id": "b8bef470-05e0-4e68-8475-31d8404f449c",
            "gambit_id": "9a69c165-cc68-4ac6-8354-c1a1ef4d4594",
            "last_updated": "2023-04-10T15:07:14.277059-04:00",
            "created_at": "2023-04-09T00:32:01.035375-04:00",
            "name": "Draw",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64db6d28-2803-4216-bd51-954b36d88ddd/?format=api"
        },
        {
            "id": "b9e4b2f4-6baa-4ca7-9e54-7c5de83467b3",
            "gambit_id": "2dab1ba5-7194-4ed1-bfb8-a61f9f3cb748",
            "last_updated": "2023-04-10T15:07:14.272260-04:00",
            "created_at": "2023-04-09T00:32:01.029251-04:00",
            "name": "Crystal Palace",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64db6d28-2803-4216-bd51-954b36d88ddd/?format=api"
        }
    ]
}