GET /api/bet_types/3f081fba-7a63-4eeb-9bf3-6d083c8642a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f081fba-7a63-4eeb-9bf3-6d083c8642a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff52ac32-afad-46b1-bfa3-6b869cbd5bae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T09:46:53.241170-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "827d7075-3a31-43c9-ac7b-a96b8e0dbf06",
            "gambit_id": "b9d86bb2-a20a-4fb9-af04-797b784a2050",
            "last_updated": "2023-01-26T10:57:00.960087-05:00",
            "created_at": "2023-01-25T09:46:53.242459-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f081fba-7a63-4eeb-9bf3-6d083c8642a3/?format=api"
        },
        {
            "id": "2c1dd463-de40-4727-9eaf-6d928e3773ed",
            "gambit_id": "3bfd33c4-9ba2-458e-8f3e-22156fa3fad8",
            "last_updated": "2023-01-26T10:57:00.961711-05:00",
            "created_at": "2023-01-25T09:46:53.243687-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f081fba-7a63-4eeb-9bf3-6d083c8642a3/?format=api"
        }
    ]
}