GET /api/bet_types/b207ab78-7191-4d76-a9cc-23921bd55d8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b207ab78-7191-4d76-a9cc-23921bd55d8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e0e6d7f-3e30-4636-972c-b8c0a750961d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T23:03:18.579363-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 2.5",
                "amount": 5269.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4731.0
            }
        ],
        "expected_reward_tokens": 9272.76,
        "profit_sb": -227.24,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a3f8702-2559-4357-86a6-8b935381d68f",
            "gambit_id": "6098296f-c463-4fe4-a55e-066d767400e5",
            "last_updated": "2023-09-06T11:48:30.238324-04:00",
            "created_at": "2023-09-01T23:03:18.584869-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b207ab78-7191-4d76-a9cc-23921bd55d8b/?format=api"
        },
        {
            "id": "d3ccc0d6-042e-4954-9cd3-8be67b503d75",
            "gambit_id": "68eacc6b-01f3-44b4-81dd-c98c94f14469",
            "last_updated": "2023-09-06T11:48:30.242068-04:00",
            "created_at": "2023-09-01T23:03:18.589474-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b207ab78-7191-4d76-a9cc-23921bd55d8b/?format=api"
        }
    ]
}