GET /api/bet_types/8e0f998e-01fe-4d47-8df3-c331f8513e6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e0f998e-01fe-4d47-8df3-c331f8513e6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/963b8d90-b90d-4c15-8f5e-76b6360ccc24/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-23T12:41:48.035238-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6138bb1e-aee2-452b-86ba-753900b780c2",
            "gambit_id": "46662ca8-7d2e-4e16-a7a9-0bc39edbe357",
            "last_updated": "2023-04-24T13:02:13.486646-04:00",
            "created_at": "2023-04-23T12:41:48.039290-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e0f998e-01fe-4d47-8df3-c331f8513e6c/?format=api"
        },
        {
            "id": "20badece-063c-4c73-bb09-3e063f25d3ad",
            "gambit_id": "3cdf77ee-b6f8-4aef-ae13-6cdf9bdff1d4",
            "last_updated": "2023-04-24T13:02:13.484007-04:00",
            "created_at": "2023-04-23T12:41:48.037242-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e0f998e-01fe-4d47-8df3-c331f8513e6c/?format=api"
        }
    ]
}