GET /api/bet_types/76cd5301-6705-4d94-8097-965f88a43582/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76cd5301-6705-4d94-8097-965f88a43582",
    "match": "https://api-prod.gambitprofit.com/api/matches/436e75ec-2eb1-499b-afc0-09866ae405b9/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 51",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6024796-0ad8-4e4d-93a5-82b1ed9116b0",
            "gambit_id": "77b376f2-690d-4acf-926b-19ae8a71e3a2",
            "last_updated": "2022-11-28T09:47:09.072954-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76cd5301-6705-4d94-8097-965f88a43582/?format=api"
        },
        {
            "id": "60cfb250-49e5-4d6a-ac78-8e61e67586f5",
            "gambit_id": "44861e01-c553-49d6-9488-b41088ee4de7",
            "last_updated": "2022-11-28T09:47:09.071499-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76cd5301-6705-4d94-8097-965f88a43582/?format=api"
        }
    ]
}