GET /api/bet_types/96434734-39df-4d5c-aa35-0156f4e1e6e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96434734-39df-4d5c-aa35-0156f4e1e6e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/23d6a699-b8cd-40e5-a65b-a94af369ca36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T09:18:12.091309-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 5905.0
            },
            {
                "team": "Draw",
                "amount": 4095.0
            }
        ],
        "expected_reward_tokens": 12694.5,
        "profit_sb": 3194.5,
        "profit_sb_percentage": 33.63,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 4279.0
            },
            {
                "team": "Draw",
                "amount": 2967.0
            },
            {
                "team": "Everton",
                "amount": 2754.0
            }
        ],
        "expected_reward_tokens": 9197.7,
        "profit_sb": -302.3,
        "profit_sb_percentage": -3.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d6a13d6-053c-4ad5-b4d2-f19e767c91b2",
            "gambit_id": "c6311cdb-458b-41e0-af07-decf7a2375b1",
            "last_updated": "2024-01-31T22:23:08.141827-05:00",
            "created_at": "2024-01-30T09:18:12.099913-05:00",
            "name": "Fulham",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96434734-39df-4d5c-aa35-0156f4e1e6e1/?format=api"
        },
        {
            "id": "14fdf412-6c93-4222-8532-159aa81f7141",
            "gambit_id": "6e529a4c-136b-40b6-8985-a5807c75c841",
            "last_updated": "2024-01-31T22:23:08.134026-05:00",
            "created_at": "2024-01-30T09:18:12.095506-05:00",
            "name": "Draw",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96434734-39df-4d5c-aa35-0156f4e1e6e1/?format=api"
        },
        {
            "id": "17fb8268-cf5b-4011-9a31-473bc9abbcb7",
            "gambit_id": "7d22c5c8-a3e8-46ce-ad9f-5293b2d42431",
            "last_updated": "2024-01-31T22:23:08.146244-05:00",
            "created_at": "2024-01-30T09:18:12.105972-05:00",
            "name": "Everton",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96434734-39df-4d5c-aa35-0156f4e1e6e1/?format=api"
        }
    ]
}