GET /api/bet_types/e7a5c09b-fb5b-45ff-bf2d-7a11abd92d28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7a5c09b-fb5b-45ff-bf2d-7a11abd92d28",
    "match": "https://api-prod.gambitprofit.com/api/matches/19548615-dbdd-459a-b551-dbea8c67a26c/?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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "3443955d-27b2-4dd1-bdd2-77063d12723d",
            "gambit_id": "de503cea-fe3d-4e10-9cce-3bde332f31ef",
            "last_updated": "2022-08-14T13:51:51.481131-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7a5c09b-fb5b-45ff-bf2d-7a11abd92d28/?format=api"
        },
        {
            "id": "fce6473f-1652-4210-9a93-3f6f9d98d73a",
            "gambit_id": "0d687f19-9445-4f0f-9423-b48f2ce1635b",
            "last_updated": "2022-08-14T13:51:51.481749-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7a5c09b-fb5b-45ff-bf2d-7a11abd92d28/?format=api"
        }
    ]
}