GET /api/bet_types/932ba6d7-12d5-4b9d-9a93-1946fa1ec251/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "932ba6d7-12d5-4b9d-9a93-1946fa1ec251",
    "match": "https://api-prod.gambitprofit.com/api/matches/348fbc92-ffd0-494e-9f09-45281f47cf24/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T09:12:08.983774-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 5.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "52db0640-3829-4227-aa71-9cb54120bb8b",
            "gambit_id": "fdfccd6f-570f-4237-a65d-70d188c6e4cb",
            "last_updated": "2023-02-18T09:47:18.732044-05:00",
            "created_at": "2023-02-17T09:12:08.985208-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/932ba6d7-12d5-4b9d-9a93-1946fa1ec251/?format=api"
        },
        {
            "id": "3f8bed70-6958-4a6a-8fa9-ca3edc0810f3",
            "gambit_id": "fa5287fc-2933-4d18-9780-bf4ce4cf1351",
            "last_updated": "2023-02-18T09:47:18.733208-05:00",
            "created_at": "2023-02-17T09:12:08.986518-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/932ba6d7-12d5-4b9d-9a93-1946fa1ec251/?format=api"
        }
    ]
}