GET /api/bet_types/b23a990f-e1ea-4687-8a02-2e7783b31845/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b23a990f-e1ea-4687-8a02-2e7783b31845",
    "match": "https://api-prod.gambitprofit.com/api/matches/7965afb5-5d53-46e1-8091-09757d1a1fb3/?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 Under 6.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "165bffe6-71cc-46b5-8389-b5d297f48d8d",
            "gambit_id": "ea76fc25-6be2-4ea3-87d6-862a57100ad2",
            "last_updated": "2022-08-20T12:07:01.884422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23a990f-e1ea-4687-8a02-2e7783b31845/?format=api"
        },
        {
            "id": "dc99917b-4845-4157-9e35-10854b89bf50",
            "gambit_id": "8cd00726-5626-4a66-80d5-6d51a387cfaf",
            "last_updated": "2022-08-20T12:07:01.884925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23a990f-e1ea-4687-8a02-2e7783b31845/?format=api"
        }
    ]
}