GET /api/bet_types/f41b1359-a27a-4b4d-bc1b-90f1450a97aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f41b1359-a27a-4b4d-bc1b-90f1450a97aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a84f1cf4-c796-43c3-8772-cdecea95a7bd/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2019a23-ff45-445c-a1bc-e19ae7e601ca",
            "gambit_id": "3a7a8d20-b7f0-4c87-8d4c-74c5881e6967",
            "last_updated": "2022-11-17T09:32:20.616278-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41b1359-a27a-4b4d-bc1b-90f1450a97aa/?format=api"
        },
        {
            "id": "7293cd42-075e-49fc-a129-87f6c3a1f919",
            "gambit_id": "7e629006-ed1b-4f32-b01d-f9102115b27e",
            "last_updated": "2022-11-17T09:32:20.617320-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f41b1359-a27a-4b4d-bc1b-90f1450a97aa/?format=api"
        }
    ]
}