GET /api/bet_types/da8e1c04-f500-4532-b31d-d2b0c055f5b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da8e1c04-f500-4532-b31d-d2b0c055f5b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c486d769-f2a7-4875-aa6c-ef8fe9705369/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-05T09:53:22.030911-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 Under 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1bd05ca-fee5-4389-b6d7-506f701918ff",
            "gambit_id": "0e194b9e-30bc-41e7-b5c8-0b057c915c4a",
            "last_updated": "2023-09-06T18:58:03.412491-04:00",
            "created_at": "2023-09-05T09:53:22.035731-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da8e1c04-f500-4532-b31d-d2b0c055f5b2/?format=api"
        },
        {
            "id": "c5d0b291-fe43-42f8-b837-626c80d37f36",
            "gambit_id": "65eec8b3-44c3-4373-b8ac-6cf97d9b903a",
            "last_updated": "2023-09-06T18:58:03.416631-04:00",
            "created_at": "2023-09-05T09:53:22.043910-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da8e1c04-f500-4532-b31d-d2b0c055f5b2/?format=api"
        }
    ]
}