GET /api/bet_types/5b2da895-cf35-4200-a8f9-6c1751e05ec6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b2da895-cf35-4200-a8f9-6c1751e05ec6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a64a728-925e-416d-87f2-b80c7fd5b7bb/?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": "Charlotte",
                "amount": 5000.0
            },
            {
                "team": "Rice",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "26480a27-e637-4625-b77f-fff9709f4ec9",
            "gambit_id": "93d3e500-ae52-4d04-9d55-5db868d07aef",
            "last_updated": "2022-10-31T10:42:23.994857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2da895-cf35-4200-a8f9-6c1751e05ec6/?format=api"
        },
        {
            "id": "f3021a0f-554a-4ba7-9dd5-9bfbcfba9883",
            "gambit_id": "5a7ec0bd-477c-4509-9080-8f85e7cc889c",
            "last_updated": "2022-10-31T10:42:23.993944-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2da895-cf35-4200-a8f9-6c1751e05ec6/?format=api"
        }
    ]
}