GET /api/bet_types/4038bd2f-5fa3-4b8d-8b1a-9d5afa4bdacf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4038bd2f-5fa3-4b8d-8b1a-9d5afa4bdacf",
    "match": "https://api-prod.gambitprofit.com/api/matches/2baf4afc-057c-4bd1-9b70-8f98906592e3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b6ccd8e-bc34-43ba-9733-5d756eadae9b",
            "gambit_id": "0b767550-c5cd-45e4-abdc-33bab977b25e",
            "last_updated": "2022-12-15T10:41:57.983657-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4038bd2f-5fa3-4b8d-8b1a-9d5afa4bdacf/?format=api"
        },
        {
            "id": "33f166cd-0401-43e3-b116-773bf8b8f50f",
            "gambit_id": "fc508e6c-3ea0-4a24-8d0a-0817fd181248",
            "last_updated": "2022-12-15T10:41:57.984739-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4038bd2f-5fa3-4b8d-8b1a-9d5afa4bdacf/?format=api"
        }
    ]
}