GET /api/bet_types/5348921e-cf24-4528-99ef-5d55a8e3debd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5348921e-cf24-4528-99ef-5d55a8e3debd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c32a9c0-1869-4af7-a1f7-27893b583f9e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-06T10:08:02.440252-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 5692.0
            },
            {
                "team": "Draw",
                "amount": 4308.0
            }
        ],
        "expected_reward_tokens": 12750.08,
        "profit_sb": 3250.08,
        "profit_sb_percentage": 34.21,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 4120.0
            },
            {
                "team": "Draw",
                "amount": 3118.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 2763.0
            }
        ],
        "expected_reward_tokens": 9228.42,
        "profit_sb": -271.58,
        "profit_sb_percentage": -2.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "9eb34688-5ac4-4dc6-823d-f01928f52871",
            "gambit_id": "da242ec5-3fd3-4fed-aad8-44ac15d2a05d",
            "last_updated": "2023-10-09T15:28:13.190583-04:00",
            "created_at": "2023-10-06T10:08:02.459786-04:00",
            "name": "Crystal Palace",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5348921e-cf24-4528-99ef-5d55a8e3debd/?format=api"
        },
        {
            "id": "6447801f-0df6-4295-be4d-4338fabed31b",
            "gambit_id": "e4ea379d-0b32-4c44-9f7c-f8897faa5c8d",
            "last_updated": "2023-10-09T15:28:13.187208-04:00",
            "created_at": "2023-10-06T10:08:02.454240-04:00",
            "name": "Draw",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5348921e-cf24-4528-99ef-5d55a8e3debd/?format=api"
        },
        {
            "id": "ac83e44c-2d2d-4fbe-bead-53b7c884255f",
            "gambit_id": "cc87c7e6-5064-4ea8-9f07-ca11c2f32d83",
            "last_updated": "2023-10-09T15:28:13.183722-04:00",
            "created_at": "2023-10-06T10:08:02.447468-04:00",
            "name": "Nottingham Forest",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5348921e-cf24-4528-99ef-5d55a8e3debd/?format=api"
        }
    ]
}