GET /api/bet_types/bad30a72-8829-43bf-bd4e-d35973702d03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bad30a72-8829-43bf-bd4e-d35973702d03",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb3163cc-93f1-4a8f-8ac5-d22e6291b93e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:02:18.220588-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": "Vegas Golden Knights",
                "amount": 7112.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "4137f786-1cce-462f-96f2-10cbb9553220",
            "gambit_id": "0bf67e4a-68df-469e-991d-654a42b2786c",
            "last_updated": "2023-03-04T16:27:20.904251-05:00",
            "created_at": "2023-03-03T08:02:18.221818-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bad30a72-8829-43bf-bd4e-d35973702d03/?format=api"
        },
        {
            "id": "6ca7beb9-f012-4eca-9f81-e54969c8235d",
            "gambit_id": "2bd35a8e-7764-42eb-9175-93ce9d9534e0",
            "last_updated": "2023-03-04T16:27:20.905424-05:00",
            "created_at": "2023-03-03T08:02:18.223103-05:00",
            "name": "New Jersey Devils",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bad30a72-8829-43bf-bd4e-d35973702d03/?format=api"
        }
    ]
}