GET /api/bet_types/910dd767-5a32-476c-a739-f84e036dc6ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "910dd767-5a32-476c-a739-f84e036dc6ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e83d849-4244-4981-b049-412ec382d84c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:16.253045-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c9fd5f3-26b9-4149-b3e8-32ebcf37739a",
            "gambit_id": "b334c39b-0eb7-4972-8f1f-8ecf232cb6ef",
            "last_updated": "2023-09-03T12:43:14.326830-04:00",
            "created_at": "2023-09-02T09:33:16.256450-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910dd767-5a32-476c-a739-f84e036dc6ce/?format=api"
        },
        {
            "id": "a7406ace-6d63-4a45-9e9a-e11418b25106",
            "gambit_id": "0b2c43fb-e24b-4848-bb37-4014a3e1ef3f",
            "last_updated": "2023-09-03T12:43:14.330150-04:00",
            "created_at": "2023-09-02T09:33:16.261617-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910dd767-5a32-476c-a739-f84e036dc6ce/?format=api"
        }
    ]
}