GET /api/bet_types/f8edcc2d-14a9-4f59-8610-e219d8b059ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8edcc2d-14a9-4f59-8610-e219d8b059ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2400d2b-39f2-43f5-9c82-f7703fd29216/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:16.148259-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "CIN (N Lodolo)",
                "amount": 5222.0
            },
            {
                "team": "PHI (B Falter)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "157d747a-f724-4375-97c4-a4c9247abce5",
            "gambit_id": "9d5e3b3d-201a-4078-9efc-ccd3994fa135",
            "last_updated": "2023-04-14T12:02:19.498040-04:00",
            "created_at": "2023-04-13T09:32:16.149928-04:00",
            "name": "CIN (N Lodolo)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8edcc2d-14a9-4f59-8610-e219d8b059ff/?format=api"
        },
        {
            "id": "c9b64fe2-6fe5-4bd6-a119-04097d4888f3",
            "gambit_id": "641a3b19-859a-42f8-b39f-ed6e50e2e0a8",
            "last_updated": "2023-04-14T12:02:19.499501-04:00",
            "created_at": "2023-04-13T09:32:16.151492-04:00",
            "name": "PHI (B Falter)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8edcc2d-14a9-4f59-8610-e219d8b059ff/?format=api"
        }
    ]
}