GET /api/bet_types/6ccd1faf-5207-49ea-a5cb-471756769ff9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ccd1faf-5207-49ea-a5cb-471756769ff9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf3f0ad3-c9ab-493f-89fd-a598cc4e69ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T14:02:16.672394-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": "HOU (F Valdez)",
                "amount": 7329.0
            },
            {
                "team": "OAK (A Pruitt)",
                "amount": 2671.0
            }
        ],
        "expected_reward_tokens": 9454.41,
        "profit_sb": -45.59,
        "profit_sb_percentage": -0.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "85aae719-bbe6-4fde-ad93-b82d067a9f8e",
            "gambit_id": "fb56a4e8-21b3-4683-abf8-3a0ff445a1ed",
            "last_updated": "2023-05-29T11:47:21.790090-04:00",
            "created_at": "2023-05-27T14:02:16.675984-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ccd1faf-5207-49ea-a5cb-471756769ff9/?format=api"
        },
        {
            "id": "5f5c7fdd-754c-4a5e-83b5-392d6ecd59b8",
            "gambit_id": "edcaed63-eeca-4755-ae96-8b1709530b5b",
            "last_updated": "2023-05-29T11:47:21.794210-04:00",
            "created_at": "2023-05-27T14:02:16.679435-04:00",
            "name": "OAK (A Pruitt)",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ccd1faf-5207-49ea-a5cb-471756769ff9/?format=api"
        }
    ]
}