GET /api/bet_types/b60d92c3-dfd3-463a-b8a8-a3ca439b7160/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b60d92c3-dfd3-463a-b8a8-a3ca439b7160",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfb6d038-77d1-47bc-ad67-205aec9cda85/?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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7832147-9e04-44e8-9847-60719dcff40d",
            "gambit_id": "06dd8cb4-860f-460b-9066-81a374de1083",
            "last_updated": "2022-11-07T09:58:49.934931-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b60d92c3-dfd3-463a-b8a8-a3ca439b7160/?format=api"
        },
        {
            "id": "6c4c1655-9502-4ff7-a107-a7a0fd35adce",
            "gambit_id": "81b5983e-9c99-4e5d-a8d9-01ce79356dc8",
            "last_updated": "2022-11-07T09:58:49.936045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b60d92c3-dfd3-463a-b8a8-a3ca439b7160/?format=api"
        }
    ]
}