GET /api/bet_types/ed556872-cd3a-40d8-98c9-bfd5c97dff78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed556872-cd3a-40d8-98c9-bfd5c97dff78",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc5cad54-c5de-4355-b166-1a7c8711eb55/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "868ae034-1e9a-4c90-9d23-74b6188b0a02",
            "gambit_id": "58462d73-1df9-490b-80b7-ac16ee3366fc",
            "last_updated": "2022-11-01T09:57:24.631978-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed556872-cd3a-40d8-98c9-bfd5c97dff78/?format=api"
        },
        {
            "id": "8dcddfab-2882-403a-87a0-7b1e94a76401",
            "gambit_id": "83d8ccae-55b1-4133-a6e2-56dba862dd6e",
            "last_updated": "2022-11-01T09:57:24.632926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed556872-cd3a-40d8-98c9-bfd5c97dff78/?format=api"
        }
    ]
}