GET /api/bet_types/50fd7d43-b498-4ffc-a6b9-0b1021c392ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50fd7d43-b498-4ffc-a6b9-0b1021c392ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/d53c6a3d-aa03-4e2e-bab2-5e8e2ee80fef/?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": "UL Monroe",
                "amount": 5000.0
            },
            {
                "team": "UL Lafayette",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e62ccd5-02a1-41c1-9b46-cb560cdd281d",
            "gambit_id": "a8c7f7e8-3b4e-455e-abd4-0ccb7b9e9008",
            "last_updated": "2022-09-25T21:32:24.522718-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50fd7d43-b498-4ffc-a6b9-0b1021c392ee/?format=api"
        },
        {
            "id": "dc056267-f669-4250-b708-4c8ba12ba21a",
            "gambit_id": "306a38e5-4740-40df-8945-79b3bf9cc89c",
            "last_updated": "2022-09-25T21:32:24.523726-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50fd7d43-b498-4ffc-a6b9-0b1021c392ee/?format=api"
        }
    ]
}