GET /api/bet_types/1a16b965-8917-41d4-990d-0e5854417c0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a16b965-8917-41d4-990d-0e5854417c0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e437138-e533-4137-bf20-c43694e752fc/?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": "Oklahoma State",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ae66c76-21a1-4303-a03a-cef07d56acb7",
            "gambit_id": "2fc29329-8bb2-46b4-a19a-2b8cd083e81c",
            "last_updated": "2022-11-21T10:12:53.786552-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a16b965-8917-41d4-990d-0e5854417c0f/?format=api"
        },
        {
            "id": "a30ad6bc-5ec7-413e-8d11-d62caf87b417",
            "gambit_id": "a5db2815-63c5-4330-ae63-3b3a4544a437",
            "last_updated": "2022-11-21T10:12:53.787556-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a16b965-8917-41d4-990d-0e5854417c0f/?format=api"
        }
    ]
}