GET /api/bet_types/737d2654-1fa6-45a7-89c8-7d0b031bc86d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "737d2654-1fa6-45a7-89c8-7d0b031bc86d",
    "match": "https://api-prod.gambitprofit.com/api/matches/041fdfb2-65cc-4d42-8319-45da78dd55e0/?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": "Georgia State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fed36c89-fcd6-445e-84d8-624fa3484535",
            "gambit_id": "a2bd78f7-a073-4315-90db-48a2dddd179f",
            "last_updated": "2022-11-14T10:18:33.054678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737d2654-1fa6-45a7-89c8-7d0b031bc86d/?format=api"
        },
        {
            "id": "94f1a597-1375-4e77-b797-7c83ce46cb08",
            "gambit_id": "95cd6f44-7cbe-4f92-820f-dca3a3144a9a",
            "last_updated": "2022-11-14T10:18:33.053634-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737d2654-1fa6-45a7-89c8-7d0b031bc86d/?format=api"
        }
    ]
}