GET /api/bet_types/fb00dcd4-c60f-45d9-a51e-f9b2538fb059/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb00dcd4-c60f-45d9-a51e-f9b2538fb059",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3b426c8-4239-45cf-90e3-5474689bb8d3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T13:31:55.598202-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": "Game Total Under 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "11f6aa3e-839d-425d-aa0d-1ee4b993f6fc",
            "gambit_id": "43ec35a2-d501-48cf-bb45-5089beb7a34c",
            "last_updated": "2023-01-23T14:01:54.039914-05:00",
            "created_at": "2023-01-20T13:31:55.599497-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb00dcd4-c60f-45d9-a51e-f9b2538fb059/?format=api"
        },
        {
            "id": "20710155-7352-4489-8af4-35711a958d4e",
            "gambit_id": "53f944ea-0f64-472e-9ceb-3a8558f9223f",
            "last_updated": "2023-01-23T14:01:54.041183-05:00",
            "created_at": "2023-01-20T13:31:55.600825-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb00dcd4-c60f-45d9-a51e-f9b2538fb059/?format=api"
        }
    ]
}