GET /api/bet_types/340d8f59-11ca-41d9-b00a-8b19cca0b030/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "340d8f59-11ca-41d9-b00a-8b19cca0b030",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a7eeffc-b598-4136-8395-0bfd65efe5cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-29T08:33:11.295578-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "99840e5a-05f1-429a-838b-3418f6cb15c1",
            "gambit_id": "cea3b32d-2df4-401b-ac4c-53cf29aacfbe",
            "last_updated": "2023-08-30T13:37:57.639200-04:00",
            "created_at": "2023-08-29T08:33:11.299599-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340d8f59-11ca-41d9-b00a-8b19cca0b030/?format=api"
        },
        {
            "id": "1500745f-e7a4-4951-9b5c-1058cf809243",
            "gambit_id": "e1dceb14-b2f2-4f34-b5ce-93a84c9ebb19",
            "last_updated": "2023-08-30T13:37:57.642435-04:00",
            "created_at": "2023-08-29T08:33:11.303592-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/340d8f59-11ca-41d9-b00a-8b19cca0b030/?format=api"
        }
    ]
}