GET /api/bet_types/16f13432-12b1-4dff-96e7-283d0dffdcce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16f13432-12b1-4dff-96e7-283d0dffdcce",
    "match": "https://api-prod.gambitprofit.com/api/matches/63bfdd6b-1e87-47cc-afcf-078e99dc2889/?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": "Oklahoma",
                "amount": 5097.0
            },
            {
                "team": "Baylor",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4b0c3b2-5c39-42f3-a8f0-be6ace3a5a83",
            "gambit_id": "3610e5b0-79d4-41da-a48d-587cdff1af40",
            "last_updated": "2022-11-06T08:58:16.382357-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16f13432-12b1-4dff-96e7-283d0dffdcce/?format=api"
        },
        {
            "id": "c907b8ed-5add-45a3-adea-1fd23097e147",
            "gambit_id": "5f4d48d3-e6c4-4da5-93df-8fa32155d551",
            "last_updated": "2022-11-06T08:58:16.383306-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16f13432-12b1-4dff-96e7-283d0dffdcce/?format=api"
        }
    ]
}