GET /api/bet_types/37a05d8a-1fb8-43d8-9b58-1930d0ae7783/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37a05d8a-1fb8-43d8-9b58-1930d0ae7783",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b6f4a7e-5d03-469e-ace0-58060ad24d5b/?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 Over 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "bab9140b-15c0-497b-a97e-1b80bcd04580",
            "gambit_id": "2db560a2-b53f-4a56-b7de-38b707e7586d",
            "last_updated": "2022-10-24T10:22:11.836614-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37a05d8a-1fb8-43d8-9b58-1930d0ae7783/?format=api"
        },
        {
            "id": "bd8982f9-a7a8-498a-98bd-a1faa50a1c5a",
            "gambit_id": "614e7d93-c9ec-45a4-a48e-ec7ecb356d63",
            "last_updated": "2022-10-24T10:22:11.835401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37a05d8a-1fb8-43d8-9b58-1930d0ae7783/?format=api"
        }
    ]
}