GET /api/bet_types/46371505-edec-4b9c-b058-2f65286e9024/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46371505-edec-4b9c-b058-2f65286e9024",
    "match": "https://api-prod.gambitprofit.com/api/matches/d558e9e9-533a-4d2b-af0c-b969eae93ab3/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:15.580489-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 5.5",
                "amount": 5292.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba96d324-8033-42fd-b578-fbcc1c412d41",
            "gambit_id": "ac9c5f61-1823-4a8c-9177-4e9b718bd4f8",
            "last_updated": "2022-12-28T21:47:15.952618-05:00",
            "created_at": "2022-12-27T08:57:15.583139-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46371505-edec-4b9c-b058-2f65286e9024/?format=api"
        },
        {
            "id": "d8a3c5ba-000f-424e-8ff4-f692a2a7919a",
            "gambit_id": "d0a177fa-cb64-472d-86bb-7ae8206c1808",
            "last_updated": "2022-12-28T21:47:15.951489-05:00",
            "created_at": "2022-12-27T08:57:15.581863-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46371505-edec-4b9c-b058-2f65286e9024/?format=api"
        }
    ]
}