GET /api/bet_types/f2670bcd-b5d0-479c-91b7-eb0cfedef16a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2670bcd-b5d0-479c-91b7-eb0cfedef16a",
    "match": "https://api-prod.gambitprofit.com/api/matches/85b7ec18-3bbb-4815-ab22-ec3577af0397/?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": "Utah",
                "amount": 5000.0
            },
            {
                "team": "USC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f9b8f62-c02d-41c3-a80c-ad1382f2f640",
            "gambit_id": "77ad07c5-ac1b-44ca-8f50-9fa9659d786d",
            "last_updated": "2022-10-17T10:01:53.577363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2670bcd-b5d0-479c-91b7-eb0cfedef16a/?format=api"
        },
        {
            "id": "22dccff6-1152-4c34-a5a4-3f59a1895892",
            "gambit_id": "c14e32f4-2f01-447e-b9eb-de26edd3239e",
            "last_updated": "2022-10-17T10:01:53.578402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2670bcd-b5d0-479c-91b7-eb0cfedef16a/?format=api"
        }
    ]
}