GET /api/bet_types/f2edc09e-1779-4afb-8870-303c12f1e0cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2edc09e-1779-4afb-8870-303c12f1e0cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cdff409-b961-4d80-b323-ae248aea01da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T09:08:15.740977-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": "MIA",
                "amount": 5512.0
            },
            {
                "team": "LOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "30e37259-7cc7-4908-85bd-c62b22e5fd56",
            "gambit_id": "43cf7ba7-5f3e-42f0-89b3-c947418211c8",
            "last_updated": "2023-09-08T09:28:31.610274-04:00",
            "created_at": "2023-09-06T09:08:15.750958-04:00",
            "name": "MIA",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2edc09e-1779-4afb-8870-303c12f1e0cc/?format=api"
        },
        {
            "id": "208560f2-8d8e-43df-9157-90069082a8fa",
            "gambit_id": "3a33f0b8-52b6-48cd-9ac8-0a2d8f80dfed",
            "last_updated": "2023-09-08T09:28:31.607014-04:00",
            "created_at": "2023-09-06T09:08:15.746551-04:00",
            "name": "LOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2edc09e-1779-4afb-8870-303c12f1e0cc/?format=api"
        }
    ]
}