GET /api/bet_types/23096ce4-9a5e-4e98-a8be-2a9d567a665d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23096ce4-9a5e-4e98-a8be-2a9d567a665d",
    "match": "https://api-prod.gambitprofit.com/api/matches/fde4f19c-5016-4fa5-a9d1-e523b8f3dc8e/?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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2498b38-b9fb-4100-853b-204d00207ecf",
            "gambit_id": "99f03c51-8bfa-49fc-ad09-e1ed32840c15",
            "last_updated": "2022-12-12T09:37:28.740569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23096ce4-9a5e-4e98-a8be-2a9d567a665d/?format=api"
        },
        {
            "id": "31c5309c-ee29-49b4-8ee8-40d4ac102b48",
            "gambit_id": "7e8e0361-2196-4d1f-8e90-a9c53b9b86bc",
            "last_updated": "2022-12-12T09:37:28.739509-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23096ce4-9a5e-4e98-a8be-2a9d567a665d/?format=api"
        }
    ]
}