GET /api/bet_types/ec5d0b4c-e430-442e-907a-9c687294c29a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec5d0b4c-e430-442e-907a-9c687294c29a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3a5f186-8a93-4516-a883-f89c298dd04e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-26T07:41:48.434928-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 Under 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e88eb89-5153-4f18-a5dc-d2bd87e8bccc",
            "gambit_id": "3b7aa3c4-9fa7-431d-b79b-d75aadf0f362",
            "last_updated": "2022-12-27T10:27:03.387815-05:00",
            "created_at": "2022-12-26T07:41:48.436508-05:00",
            "name": "Game Total Under 235",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec5d0b4c-e430-442e-907a-9c687294c29a/?format=api"
        },
        {
            "id": "fc3eea76-7900-4bd2-8642-443158231fc0",
            "gambit_id": "fef534e8-e8d7-4f6d-8609-9eae1396758a",
            "last_updated": "2022-12-27T10:27:03.388978-05:00",
            "created_at": "2022-12-26T07:41:48.437848-05:00",
            "name": "Game Total Over 235",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec5d0b4c-e430-442e-907a-9c687294c29a/?format=api"
        }
    ]
}