GET /api/bet_types/e192917e-fa42-4e99-a08b-07f8d607f890/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e192917e-fa42-4e99-a08b-07f8d607f890",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2edd171-8737-4ac7-878b-532b011242b3/?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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3aaad050-4036-4d12-9783-b44631464a96",
            "gambit_id": "21294612-2769-42e0-bfe0-169b79dcf7eb",
            "last_updated": "2022-10-13T09:47:21.460831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e192917e-fa42-4e99-a08b-07f8d607f890/?format=api"
        },
        {
            "id": "2a3c3710-579e-4dce-acf6-06d55af9673a",
            "gambit_id": "724f1abd-9baa-4296-b091-6ff758d63143",
            "last_updated": "2022-10-13T09:47:21.459688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e192917e-fa42-4e99-a08b-07f8d607f890/?format=api"
        }
    ]
}