GET /api/bet_types/eef476dd-af29-4dff-b338-919b0656d15e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eef476dd-af29-4dff-b338-919b0656d15e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9e89165-bc2f-4c53-949c-bf3f48cc1f5b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:13.236995-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": "LAA (P Sandoval)",
                "amount": 6812.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "664242c1-87ad-4edc-9b1a-fba1a15cd079",
            "gambit_id": "12f3d84d-23d1-4eca-b80e-bb0dd83a200d",
            "last_updated": "2023-04-27T11:52:10.370252-04:00",
            "created_at": "2023-04-26T12:02:13.238423-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eef476dd-af29-4dff-b338-919b0656d15e/?format=api"
        },
        {
            "id": "b0b30bb1-22ee-41ee-bb06-a930f701c820",
            "gambit_id": "42598ae5-1a3e-4d8c-baf5-01b0c3556296",
            "last_updated": "2023-04-27T11:52:10.371682-04:00",
            "created_at": "2023-04-26T12:02:13.239941-04:00",
            "name": "OAK (L Medina)",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eef476dd-af29-4dff-b338-919b0656d15e/?format=api"
        }
    ]
}