GET /api/bet_types/8b7942b5-13ad-40b4-8cf8-efd253ac039f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b7942b5-13ad-40b4-8cf8-efd253ac039f",
    "match": "https://api-prod.gambitprofit.com/api/matches/19f2a600-fee9-45a7-9326-315b2ce2207a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:15.815032-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": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "75a82565-6d6c-4b19-bc8b-2c85112ca436",
            "gambit_id": "a30b64d8-c5f7-432d-bff1-070a9f341bc9",
            "last_updated": "2023-04-08T15:42:27.234630-04:00",
            "created_at": "2023-04-07T09:27:15.818547-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b7942b5-13ad-40b4-8cf8-efd253ac039f/?format=api"
        },
        {
            "id": "4cc821a9-60f8-48b2-9b8f-440360a08fb4",
            "gambit_id": "4e0e519d-0743-4583-ac22-39634d9cadbe",
            "last_updated": "2023-04-08T15:42:27.229922-04:00",
            "created_at": "2023-04-07T09:27:15.816776-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b7942b5-13ad-40b4-8cf8-efd253ac039f/?format=api"
        }
    ]
}