GET /api/bet_types/0668a864-e16a-45e2-9d54-088450969a79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0668a864-e16a-45e2-9d54-088450969a79",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cc62a35-01ed-4eaa-85b6-91a773d067f5/?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 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "4fc1174e-745a-4e0d-9bfa-f68a27030081",
            "gambit_id": "222ab151-86e0-4165-b5ba-427719938124",
            "last_updated": "2022-08-10T10:16:57.499588-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0668a864-e16a-45e2-9d54-088450969a79/?format=api"
        },
        {
            "id": "a3cf3e20-b50b-44a6-89d6-3763f35ab0a5",
            "gambit_id": "35e7f0a9-a5d5-4168-9a77-8bab209791ed",
            "last_updated": "2022-08-10T10:16:57.499103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0668a864-e16a-45e2-9d54-088450969a79/?format=api"
        }
    ]
}