GET /api/bet_types/43cf4bec-31a2-46c0-97d2-b2a4e1947cd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43cf4bec-31a2-46c0-97d2-b2a4e1947cd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c070ca6-99ba-4ebe-9758-bb45ef98be36/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-28T08:48:08.145352-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": "9e7493d5-01c5-4337-8850-9816c962bf7c",
            "gambit_id": "5c48ac74-8a00-4dbc-9d54-a9f0f6d535b7",
            "last_updated": "2023-08-29T19:33:16.157781-04:00",
            "created_at": "2023-08-28T08:48:08.152923-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/43cf4bec-31a2-46c0-97d2-b2a4e1947cd1/?format=api"
        },
        {
            "id": "a4ca6e76-6edc-4fb4-8fe2-118f48f9af57",
            "gambit_id": "8b7263e1-c28f-4d2a-a6df-b809fe172fba",
            "last_updated": "2023-08-29T19:33:16.154361-04:00",
            "created_at": "2023-08-28T08:48:08.149019-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/43cf4bec-31a2-46c0-97d2-b2a4e1947cd1/?format=api"
        }
    ]
}