GET /api/bet_types/f89dac9e-6df1-4035-835c-8d66aa503b08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f89dac9e-6df1-4035-835c-8d66aa503b08",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b2035fb-3714-4f69-8736-7a3f965028ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-20T08:43:03.943071-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": "NYM",
                "amount": 6010.0
            },
            {
                "team": "STL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "455cc6ee-c0f6-40a5-a1e4-ffe5fa6f4f39",
            "gambit_id": "4d75d203-c3fb-455c-a017-d5c3678ea574",
            "last_updated": "2023-08-21T19:33:19.592945-04:00",
            "created_at": "2023-08-20T08:43:03.947179-04:00",
            "name": "NYM",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f89dac9e-6df1-4035-835c-8d66aa503b08/?format=api"
        },
        {
            "id": "6feef260-2070-415d-be5b-11fd6e1c4010",
            "gambit_id": "9b37faf0-7bbd-4c19-9b1b-254546cfb8de",
            "last_updated": "2023-08-21T19:33:19.596847-04:00",
            "created_at": "2023-08-20T08:43:03.951839-04:00",
            "name": "STL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f89dac9e-6df1-4035-835c-8d66aa503b08/?format=api"
        }
    ]
}