GET /api/bet_types/bc5b6cf2-c294-45ee-a73e-b8e665a1f4a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc5b6cf2-c294-45ee-a73e-b8e665a1f4a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c68173ed-d51c-43d2-8ce3-78caf06450a1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T09:13:24.004462-04: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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3b0b700-1b7e-456e-8728-97f355d11a29",
            "gambit_id": "dd141737-ea5b-42f1-9368-03156ca1649c",
            "last_updated": "2023-09-26T09:53:04.452158-04:00",
            "created_at": "2023-09-24T09:13:24.008348-04:00",
            "name": "Game Total Over 7",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc5b6cf2-c294-45ee-a73e-b8e665a1f4a8/?format=api"
        },
        {
            "id": "77e6067d-7a86-41b0-aa88-c61ce2c8587e",
            "gambit_id": "2f60dcb5-9426-4907-a69d-3f1c06d7d582",
            "last_updated": "2023-09-26T09:53:04.456386-04:00",
            "created_at": "2023-09-24T09:13:24.012166-04:00",
            "name": "Game Total Under 7",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc5b6cf2-c294-45ee-a73e-b8e665a1f4a8/?format=api"
        }
    ]
}