GET /api/bet_types/e25d8d8b-c7c8-41e2-a201-0f4be6976ea1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e25d8d8b-c7c8-41e2-a201-0f4be6976ea1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a985af76-08b9-49ec-a360-bfe14b28b261/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1eea2caf-1364-432b-af16-0c4abec7d76e",
            "gambit_id": "caf9b853-ed8b-40cd-bbf5-77e068b6aa6b",
            "last_updated": "2022-11-01T09:52:28.018280-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25d8d8b-c7c8-41e2-a201-0f4be6976ea1/?format=api"
        },
        {
            "id": "afa36ea4-f2cd-4c5b-8c22-b2fd1f1bc2de",
            "gambit_id": "1186fb78-0f24-419a-9162-751df7bde875",
            "last_updated": "2022-11-01T09:52:28.019413-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e25d8d8b-c7c8-41e2-a201-0f4be6976ea1/?format=api"
        }
    ]
}