GET /api/bet_types/0d638581-96b8-4d94-a915-bc46b48c577b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d638581-96b8-4d94-a915-bc46b48c577b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8dc2512f-1a89-46bb-9631-e184e769f340/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T09:13:31.984675-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": "CHC",
                "amount": 5773.0
            },
            {
                "team": "STL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe47161c-eb70-4fc9-b277-a72691128d13",
            "gambit_id": "5243fdbf-f6fe-4408-8c9c-68a9f0fd06c3",
            "last_updated": "2023-07-23T22:02:58.645636-04:00",
            "created_at": "2023-07-22T09:13:31.995474-04:00",
            "name": "CHC",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d638581-96b8-4d94-a915-bc46b48c577b/?format=api"
        },
        {
            "id": "f6576c00-d3a5-402e-99a8-156922144680",
            "gambit_id": "a2ea8ebf-4786-48fb-9e44-457336e737cc",
            "last_updated": "2023-07-23T22:02:58.642249-04:00",
            "created_at": "2023-07-22T09:13:31.990789-04:00",
            "name": "STL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d638581-96b8-4d94-a915-bc46b48c577b/?format=api"
        }
    ]
}