GET /api/bet_types/3838c723-1380-4582-b4ab-27180c936ea1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3838c723-1380-4582-b4ab-27180c936ea1",
    "match": "https://api-prod.gambitprofit.com/api/matches/31cbb014-4546-47d2-bbbb-c96dec058143/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-09T08:48:14.730561-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "78f607f2-c477-4eb4-8472-c78bba9a6489",
            "gambit_id": "ea2312ce-1ffa-4529-952d-e57097fd10e1",
            "last_updated": "2023-12-11T11:33:03.443150-05:00",
            "created_at": "2023-12-09T08:48:14.734793-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3838c723-1380-4582-b4ab-27180c936ea1/?format=api"
        },
        {
            "id": "d3d55f98-87aa-4858-bd9c-a1d227cb8097",
            "gambit_id": "755be963-1a5d-45e5-88fc-5be597ca90cf",
            "last_updated": "2023-12-11T11:33:03.447144-05:00",
            "created_at": "2023-12-09T08:48:14.738496-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3838c723-1380-4582-b4ab-27180c936ea1/?format=api"
        }
    ]
}