GET /api/bet_types/31b9c07f-cafd-45d0-90a9-ee71085b6ee9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31b9c07f-cafd-45d0-90a9-ee71085b6ee9",
    "match": "https://api-prod.gambitprofit.com/api/matches/055c911b-2886-4fb9-9602-ce0ba486088a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T05:58:10.773175-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": "SEA (L Castillo)",
                "amount": 6293.0
            },
            {
                "team": "MIA (E Perez)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "2b71d9fd-9a27-4492-b03d-c6b53b99e08c",
            "gambit_id": "114c24c3-8051-434d-ad32-00d2af6d3d14",
            "last_updated": "2023-06-15T23:18:30.942475-04:00",
            "created_at": "2023-06-14T05:58:10.778654-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b9c07f-cafd-45d0-90a9-ee71085b6ee9/?format=api"
        },
        {
            "id": "f17bfa44-f0b6-4dc0-9519-3e72147981ac",
            "gambit_id": "9b5299f9-292f-451b-af4a-4c3ebb44d500",
            "last_updated": "2023-06-15T23:18:30.940841-04:00",
            "created_at": "2023-06-14T05:58:10.775920-04:00",
            "name": "MIA (E Perez)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b9c07f-cafd-45d0-90a9-ee71085b6ee9/?format=api"
        }
    ]
}