GET /api/bet_types/37db7fac-eb7e-424b-b757-424a87206f30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37db7fac-eb7e-424b-b757-424a87206f30",
    "match": "https://api-prod.gambitprofit.com/api/matches/e870a95d-d080-44ff-a671-62da5ef784cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:08.557813-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "244fe5dc-94bb-4ff4-83dc-2f416410748d",
            "gambit_id": "47c2c3c8-2696-4fa0-a3f2-72f4f7fe6ce5",
            "last_updated": "2023-04-25T11:42:19.526669-04:00",
            "created_at": "2023-04-24T13:02:08.560720-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37db7fac-eb7e-424b-b757-424a87206f30/?format=api"
        },
        {
            "id": "09afc261-25d4-42f6-b250-272e61c880fe",
            "gambit_id": "21f216d3-a1e5-43d5-97da-0363474d7be7",
            "last_updated": "2023-04-25T11:42:19.529115-04:00",
            "created_at": "2023-04-24T13:02:08.563277-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37db7fac-eb7e-424b-b757-424a87206f30/?format=api"
        }
    ]
}