GET /api/bet_types/b0d2c7c3-3b60-400d-9ed9-bdb06b42cfdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0d2c7c3-3b60-400d-9ed9-bdb06b42cfdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b745b4d-d0b3-4541-978a-bf8f70ead03a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:13:22.502459-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 5706.0
            },
            {
                "team": "Everton",
                "amount": 4294.0
            }
        ],
        "expected_reward_tokens": 12495.54,
        "profit_sb": 2995.54,
        "profit_sb_percentage": 31.53,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 4214.0
            },
            {
                "team": "Everton",
                "amount": 3171.0
            },
            {
                "team": "Draw",
                "amount": 2614.0
            }
        ],
        "expected_reward_tokens": 9227.42,
        "profit_sb": -272.58,
        "profit_sb_percentage": -2.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "edf50c5e-6f80-4080-a5d6-6c2cb2784924",
            "gambit_id": "42cf9ad9-b63b-4b67-8490-249a37baf577",
            "last_updated": "2024-02-05T14:38:25.464354-05:00",
            "created_at": "2024-02-02T10:13:22.520419-05:00",
            "name": "Tottenham",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d2c7c3-3b60-400d-9ed9-bdb06b42cfdd/?format=api"
        },
        {
            "id": "5dda21b0-f8ce-4ed5-aeb2-9365e75fc9fa",
            "gambit_id": "542c5df7-2257-45a5-85b0-f39664d1a272",
            "last_updated": "2024-02-05T14:38:25.461067-05:00",
            "created_at": "2024-02-02T10:13:22.515845-05:00",
            "name": "Everton",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d2c7c3-3b60-400d-9ed9-bdb06b42cfdd/?format=api"
        },
        {
            "id": "a55e5e4d-e25e-4821-8caf-cbf2bd1b744f",
            "gambit_id": "cc00942d-3c99-4b13-8a06-ef237b8d1ceb",
            "last_updated": "2024-02-05T14:38:25.457638-05:00",
            "created_at": "2024-02-02T10:13:22.510520-05:00",
            "name": "Draw",
            "reward": "3.53000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d2c7c3-3b60-400d-9ed9-bdb06b42cfdd/?format=api"
        }
    ]
}