GET /api/bet_types/67231088-8485-4dec-af09-a267452ee906/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67231088-8485-4dec-af09-a267452ee906",
    "match": "https://api-prod.gambitprofit.com/api/matches/afa15153-5424-4f93-80f4-c39a283b2291/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-11T11:56:57.443562-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": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "de01c8dc-88b0-48a4-b81c-9e6e9014771c",
            "gambit_id": "1ad62f8d-848e-4b65-b146-59a4525d56bd",
            "last_updated": "2023-02-12T10:12:01.274607-05:00",
            "created_at": "2023-02-11T11:56:57.446453-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67231088-8485-4dec-af09-a267452ee906/?format=api"
        },
        {
            "id": "b7c4d0af-90ef-4900-851d-4374fbafe041",
            "gambit_id": "c8db9213-0bb1-4a06-83c8-bb1c97239c03",
            "last_updated": "2023-02-12T10:12:01.273413-05:00",
            "created_at": "2023-02-11T11:56:57.445030-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67231088-8485-4dec-af09-a267452ee906/?format=api"
        }
    ]
}