GET /api/bet_types/e53e1e81-c7f3-4b3d-ad59-aefc5a7adda5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e53e1e81-c7f3-4b3d-ad59-aefc5a7adda5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a785b211-f813-4a76-b9a9-17db51639e33/?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": "Toledo",
                "amount": 5000.0
            },
            {
                "team": "Bowling Green",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "caced39d-8664-480d-b75a-1d1e89d1b42f",
            "gambit_id": "03893e8b-81e7-4e1d-a878-12f365ce41fa",
            "last_updated": "2022-11-16T09:37:55.230660-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e53e1e81-c7f3-4b3d-ad59-aefc5a7adda5/?format=api"
        },
        {
            "id": "03a57dec-a438-44b4-9521-0f7f5bf4b81c",
            "gambit_id": "bda5f92a-2433-46f0-8b69-73e7b3316035",
            "last_updated": "2022-11-16T09:37:55.231667-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e53e1e81-c7f3-4b3d-ad59-aefc5a7adda5/?format=api"
        }
    ]
}