GET /api/bet_types/9b6aa92e-c833-4e47-9c01-21c09e5adc21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b6aa92e-c833-4e47-9c01-21c09e5adc21",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e69557b-5ca4-4e16-a073-31b62af313b8/?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": "CIN",
                "amount": 5990.0
            },
            {
                "team": "CHC",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9223.0,
        "profit_sb": 223.0,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d2869c7-3af8-40bc-8b28-b5452389de7d",
            "gambit_id": "5df9c6c3-91ed-4022-8c57-d87a5af53988",
            "last_updated": "2022-09-08T10:17:16.631804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6aa92e-c833-4e47-9c01-21c09e5adc21/?format=api"
        },
        {
            "id": "5ec587fc-f23e-4202-b16f-5c33241897ec",
            "gambit_id": "1d924f42-0312-4ea3-ab97-fff77791e817",
            "last_updated": "2022-09-08T10:17:16.630774-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6aa92e-c833-4e47-9c01-21c09e5adc21/?format=api"
        }
    ]
}