GET /api/bet_types/134248fb-2e07-4223-a2e1-0892001f9431/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "134248fb-2e07-4223-a2e1-0892001f9431",
    "match": "https://api-prod.gambitprofit.com/api/matches/90818bb1-f524-40c7-b20f-3d4ca1b1d9e2/?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": "Central Michigan",
                "amount": 5000.0
            },
            {
                "team": "Buffalo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d6fe9a7-b5aa-4cc4-9cf4-1dbc2bd7c639",
            "gambit_id": "797c520a-8272-423d-b3bc-341e66efbcb4",
            "last_updated": "2022-11-10T09:32:39.615748-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134248fb-2e07-4223-a2e1-0892001f9431/?format=api"
        },
        {
            "id": "dbd7a09f-7047-4130-9fb1-c2492fba7d55",
            "gambit_id": "9e789a07-2feb-458c-9d77-cb5f3f8b2795",
            "last_updated": "2022-11-10T09:32:39.616772-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134248fb-2e07-4223-a2e1-0892001f9431/?format=api"
        }
    ]
}