GET /api/bet_types/1c6f23ac-5d2a-4e9f-b7ba-c7e342fddc43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c6f23ac-5d2a-4e9f-b7ba-c7e342fddc43",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b8d38a8-dd86-412b-a9a4-26cc2c3b83f8/?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": "Nebraska",
                "amount": 5106.0
            },
            {
                "team": "Illinois",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e04bb57-95b3-499f-ae48-a67abafc67cd",
            "gambit_id": "2ece0f7f-845a-4e65-b50a-38d4c605a39b",
            "last_updated": "2022-10-31T10:27:22.996256-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c6f23ac-5d2a-4e9f-b7ba-c7e342fddc43/?format=api"
        },
        {
            "id": "851a4a39-ff1c-4e61-9da5-8622ca1d78f8",
            "gambit_id": "25893a4d-c070-40eb-bfb9-ee3636984981",
            "last_updated": "2022-10-31T10:27:22.997176-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c6f23ac-5d2a-4e9f-b7ba-c7e342fddc43/?format=api"
        }
    ]
}