GET /api/bet_types/8c3eb775-44fe-4b7d-807e-40f419d737f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c3eb775-44fe-4b7d-807e-40f419d737f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/731cb2a6-9589-4bb5-bd10-8e28900f013a/?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": "Missouri",
                "amount": 5000.0
            },
            {
                "team": "Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c3045fb-0ae9-4957-b08f-3b4b19bf035a",
            "gambit_id": "cfd39b7e-ac68-461b-892d-80d98c9d65db",
            "last_updated": "2022-11-06T08:32:28.892927-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3eb775-44fe-4b7d-807e-40f419d737f4/?format=api"
        },
        {
            "id": "16df7afe-b96f-4057-8b62-7a54e8a66f49",
            "gambit_id": "985a91bb-1102-4301-8afc-026fe6d79e20",
            "last_updated": "2022-11-06T08:32:28.893893-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3eb775-44fe-4b7d-807e-40f419d737f4/?format=api"
        }
    ]
}