GET /api/bet_types/06a2eb92-226a-44f4-bb44-88e6d628f32c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06a2eb92-226a-44f4-bb44-88e6d628f32c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1363af01-65d3-42fc-9b17-225140b9c336/?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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2c50410-19e4-4432-b8fc-89c9ab9f9d18",
            "gambit_id": "6b228b22-a62a-4ae2-90a7-f4a9a3bb9cc0",
            "last_updated": "2022-11-05T09:38:12.827119-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a2eb92-226a-44f4-bb44-88e6d628f32c/?format=api"
        },
        {
            "id": "a365cea6-535d-4a4e-ad2c-07d767fca5cd",
            "gambit_id": "0e9de73c-5bd0-4d7d-81a4-7a8e6aa83423",
            "last_updated": "2022-11-05T09:38:12.828103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06a2eb92-226a-44f4-bb44-88e6d628f32c/?format=api"
        }
    ]
}