GET /api/bet_types/9e07ebfc-d1d7-4542-9bc2-8f04da8e393d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e07ebfc-d1d7-4542-9bc2-8f04da8e393d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e62342d6-b467-4dff-b5ae-e0796e6deb72/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:14.070510-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": "Oklahoma City Thunder",
                "amount": 5094.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd4171e3-e9c2-4fd9-b332-d0463673a90e",
            "gambit_id": "a51a98bc-42f5-4b70-85fe-56f6a978577b",
            "last_updated": "2023-10-31T20:08:09.066279-04:00",
            "created_at": "2023-10-30T08:58:14.079710-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e07ebfc-d1d7-4542-9bc2-8f04da8e393d/?format=api"
        },
        {
            "id": "bd74fe93-6b26-4a54-b5ae-dd36f4042645",
            "gambit_id": "d08e79b5-f5dc-4d3f-abbc-605a1c425e4d",
            "last_updated": "2023-10-31T20:08:09.061369-04:00",
            "created_at": "2023-10-30T08:58:14.074691-04:00",
            "name": "Detroit Pistons",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e07ebfc-d1d7-4542-9bc2-8f04da8e393d/?format=api"
        }
    ]
}