GET /api/bet_types/0e111e92-3d72-47d2-bc18-cc8c40ae369d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e111e92-3d72-47d2-bc18-cc8c40ae369d",
    "match": "https://api-prod.gambitprofit.com/api/matches/eba48448-4d91-4926-bf85-52ad7e070fad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:54.012611-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1cada61-d370-4423-812e-6a2b95d969f1",
            "gambit_id": "f56cc50d-1c74-4dfc-b969-52c954b8a09d",
            "last_updated": "2023-01-26T10:57:01.483580-05:00",
            "created_at": "2023-01-25T09:46:54.015194-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e111e92-3d72-47d2-bc18-cc8c40ae369d/?format=api"
        },
        {
            "id": "ea6d1ca7-b430-455b-9c5e-389a3437d35f",
            "gambit_id": "0093ecfc-5237-431e-86c0-b8939bac50ce",
            "last_updated": "2023-01-26T10:57:01.482478-05:00",
            "created_at": "2023-01-25T09:46:54.013828-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e111e92-3d72-47d2-bc18-cc8c40ae369d/?format=api"
        }
    ]
}