GET /api/bet_types/299e6df9-45ad-442c-b262-f4a6820e23b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "299e6df9-45ad-442c-b262-f4a6820e23b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece13d55-2496-4c78-bc40-08ef01815b84/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T22:06:56.467562-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 Under 47",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 47",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b470d853-7ea6-465f-8bf5-15ece29adc05",
            "gambit_id": "8e710662-aa41-47ba-808b-d60f912b7bfc",
            "last_updated": "2023-04-24T18:52:08.244034-04:00",
            "created_at": "2023-04-21T22:06:56.469228-04:00",
            "name": "Game Total Under 47",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/299e6df9-45ad-442c-b262-f4a6820e23b3/?format=api"
        },
        {
            "id": "bb378c3e-352b-4c17-bc05-143ed3ef19bd",
            "gambit_id": "253863a4-5022-4015-a009-95acabacb072",
            "last_updated": "2023-04-24T18:52:08.246481-04:00",
            "created_at": "2023-04-21T22:06:56.471209-04:00",
            "name": "Game Total Over 47",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/299e6df9-45ad-442c-b262-f4a6820e23b3/?format=api"
        }
    ]
}