GET /api/bet_types/94265313-4fc2-4c0a-a2e3-947b1fe2ea65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94265313-4fc2-4c0a-a2e3-947b1fe2ea65",
    "match": "https://api-prod.gambitprofit.com/api/matches/767c8542-3886-49ef-9eee-17d1fd1fb5aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T23:03:19.750250-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": 6948.0
            },
            {
                "team": "Draw",
                "amount": 3052.0
            }
        ],
        "expected_reward_tokens": 11811.24,
        "profit_sb": 2311.24,
        "profit_sb_percentage": 24.33,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5417.0
            },
            {
                "team": "Draw",
                "amount": 2380.0
            },
            {
                "team": "Manchester United",
                "amount": 2203.0
            }
        ],
        "expected_reward_tokens": 9208.54,
        "profit_sb": -291.46,
        "profit_sb_percentage": -3.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8aa9d52-b884-46b7-9142-16fa46b1aba0",
            "gambit_id": "5d45cbbc-bf45-4f0a-bb90-d0068685eb18",
            "last_updated": "2023-09-06T11:53:30.982551-04:00",
            "created_at": "2023-09-01T23:03:19.758570-04:00",
            "name": "Arsenal",
            "reward": "1.70000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94265313-4fc2-4c0a-a2e3-947b1fe2ea65/?format=api"
        },
        {
            "id": "96e001df-ab38-46e2-b14c-871e3b7884ea",
            "gambit_id": "95677ed8-6fa1-4d55-a5a7-7b174a8ba403",
            "last_updated": "2023-09-06T11:53:30.966182-04:00",
            "created_at": "2023-09-01T23:03:19.754612-04:00",
            "name": "Draw",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94265313-4fc2-4c0a-a2e3-947b1fe2ea65/?format=api"
        },
        {
            "id": "eee1eebe-be73-4f3f-93b9-15c1fe846b16",
            "gambit_id": "82cfd6f6-9985-43fc-a9fe-8bb5d1122886",
            "last_updated": "2023-09-06T11:53:30.987332-04:00",
            "created_at": "2023-09-01T23:03:19.763452-04:00",
            "name": "Manchester United",
            "reward": "4.18000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94265313-4fc2-4c0a-a2e3-947b1fe2ea65/?format=api"
        }
    ]
}