GET /api/bet_types/457aa362-8805-4878-8abf-33b355c1c04a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "457aa362-8805-4878-8abf-33b355c1c04a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a0c0d8e-8efa-46a3-b473-e18413dc6244/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:16.440201-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 Under 6",
                "amount": 5196.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd89c16a-5adf-4b21-895d-93d27124e6d9",
            "gambit_id": "790c0e6d-38b0-4f75-a049-12ecbd2afd65",
            "last_updated": "2022-12-28T21:47:14.989357-05:00",
            "created_at": "2022-12-27T08:57:16.441406-05:00",
            "name": "Game Total Under 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/457aa362-8805-4878-8abf-33b355c1c04a/?format=api"
        },
        {
            "id": "50f6285c-9b19-4ac0-b933-40d7ee5163d6",
            "gambit_id": "a05f3dda-761b-4c80-a613-2648f2ecd9f0",
            "last_updated": "2022-12-28T21:47:14.990459-05:00",
            "created_at": "2022-12-27T08:57:16.442646-05:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/457aa362-8805-4878-8abf-33b355c1c04a/?format=api"
        }
    ]
}