GET /api/bet_types/5214713a-793d-41e4-b088-baf33d4808cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5214713a-793d-41e4-b088-baf33d4808cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/a87395bb-4615-4514-919f-8de9f8d73d59/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-21T10:17:16.984389-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 8",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "abbf0b9b-b006-468b-bae1-6a74595f8028",
            "gambit_id": "d92bf535-ebc9-4bac-b1ce-275c66251818",
            "last_updated": "2023-05-22T13:37:01.054433-04:00",
            "created_at": "2023-05-21T10:17:16.985969-04:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5214713a-793d-41e4-b088-baf33d4808cf/?format=api"
        },
        {
            "id": "f7dfd27f-9c53-424d-84e1-665eaa0945ce",
            "gambit_id": "66e601e8-1efb-432d-99a6-4426bc05f5c4",
            "last_updated": "2023-05-22T13:37:01.055674-04:00",
            "created_at": "2023-05-21T10:17:16.987543-04:00",
            "name": "Game Total Over 8",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5214713a-793d-41e4-b088-baf33d4808cf/?format=api"
        }
    ]
}