GET /api/bet_types/f68100f7-2034-4d4d-9003-6628d8409fc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f68100f7-2034-4d4d-9003-6628d8409fc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a77425d-5617-4578-a5e7-2b7f0dc5b6c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:32:06.955313-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c93a868-a6c7-48cc-8e3e-04dff38699b7",
            "gambit_id": "04f3fa83-2b25-402d-b546-7b54aa5298ac",
            "last_updated": "2023-04-22T13:07:12.325313-04:00",
            "created_at": "2023-04-21T12:32:06.958660-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f68100f7-2034-4d4d-9003-6628d8409fc2/?format=api"
        },
        {
            "id": "1dff86ea-216d-4284-a356-0775f871a31f",
            "gambit_id": "27b02744-586f-4cb4-9e08-fdcdce884f13",
            "last_updated": "2023-04-22T13:07:12.323074-04:00",
            "created_at": "2023-04-21T12:32:06.956915-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f68100f7-2034-4d4d-9003-6628d8409fc2/?format=api"
        }
    ]
}