GET /api/bet_types/3a0b883e-f0ee-497a-8cee-7ad48ee891eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a0b883e-f0ee-497a-8cee-7ad48ee891eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3710153b-46fa-4265-bfd1-9d1e3f5d7b66/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T11:57:06.234826-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": 7096.0
            },
            {
                "team": "Draw",
                "amount": 2904.0
            }
        ],
        "expected_reward_tokens": 11353.6,
        "profit_sb": 1853.6,
        "profit_sb_percentage": 19.51,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5808.0
            },
            {
                "team": "Draw",
                "amount": 2377.0
            },
            {
                "team": "Everton",
                "amount": 1815.0
            }
        ],
        "expected_reward_tokens": 9292.8,
        "profit_sb": -207.2,
        "profit_sb_percentage": -2.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "4adb3823-d68c-4157-b163-4c2a44499909",
            "gambit_id": "535b13da-2bab-431b-bf66-1e7face2d6d7",
            "last_updated": "2023-02-14T09:51:55.362333-05:00",
            "created_at": "2023-02-13T11:57:06.237361-05:00",
            "name": "Liverpool",
            "reward": "1.60000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a0b883e-f0ee-497a-8cee-7ad48ee891eb/?format=api"
        },
        {
            "id": "57ab8506-0e3a-4943-8430-5c47643ed338",
            "gambit_id": "201bcf63-b0c0-420a-9740-eb454aa373e6",
            "last_updated": "2023-02-14T09:51:55.363459-05:00",
            "created_at": "2023-02-13T11:57:06.238595-05:00",
            "name": "Draw",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a0b883e-f0ee-497a-8cee-7ad48ee891eb/?format=api"
        },
        {
            "id": "84a040d8-b5a7-4023-899f-b9665978e88e",
            "gambit_id": "dec01ac1-ca3b-4a18-85d5-e6d3fed7d649",
            "last_updated": "2023-02-14T09:51:55.361138-05:00",
            "created_at": "2023-02-13T11:57:06.236014-05:00",
            "name": "Everton",
            "reward": "5.12000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a0b883e-f0ee-497a-8cee-7ad48ee891eb/?format=api"
        }
    ]
}