GET /api/bet_types/019333f1-8ae5-4933-ae3a-383f42e96651/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "019333f1-8ae5-4933-ae3a-383f42e96651",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d14c8b4-c17f-4add-975a-b231f04f38e0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:12.684398-04: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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2dd15613-8da4-4322-9948-0c12f9011431",
            "gambit_id": "cf1ce8d2-e079-44cd-8366-e0c09d01556a",
            "last_updated": "2023-04-10T14:47:06.310760-04:00",
            "created_at": "2023-04-09T09:27:12.689713-04:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/019333f1-8ae5-4933-ae3a-383f42e96651/?format=api"
        },
        {
            "id": "3e42d9dd-1e1e-4646-92c2-da8e4312b5e2",
            "gambit_id": "046b5905-543b-48cc-8263-6fdace26e90e",
            "last_updated": "2023-04-10T14:47:06.308621-04:00",
            "created_at": "2023-04-09T09:27:12.687212-04:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/019333f1-8ae5-4933-ae3a-383f42e96651/?format=api"
        }
    ]
}