GET /api/bet_types/1f8707af-c833-4d8b-ae7e-ea67e0f4fca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f8707af-c833-4d8b-ae7e-ea67e0f4fca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ee3888b-3103-44e7-a062-df03f0c473b3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-09T09:47:57.541751-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 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8accb69b-3153-4723-8891-493ae647cc03",
            "gambit_id": "33edb701-2472-4a8d-be9f-ff5918d8c39b",
            "last_updated": "2023-11-12T11:13:42.295696-05:00",
            "created_at": "2023-11-09T09:47:57.546758-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f8707af-c833-4d8b-ae7e-ea67e0f4fca9/?format=api"
        },
        {
            "id": "155359d1-d8f6-474c-9657-051d8bd6505a",
            "gambit_id": "986f2a7e-2a4f-42fd-b694-be5f0506128d",
            "last_updated": "2023-11-12T11:13:42.298834-05:00",
            "created_at": "2023-11-09T09:47:57.551843-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f8707af-c833-4d8b-ae7e-ea67e0f4fca9/?format=api"
        }
    ]
}