GET /api/bet_types/b49d0c40-ce45-420b-9d30-ef13555516af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b49d0c40-ce45-420b-9d30-ef13555516af",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac8f0c40-c020-4eb6-9cde-171d98b2405f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:12.246164-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 8.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b325fa5-517f-43b4-8096-80fb90511d4f",
            "gambit_id": "f38f1aed-f515-46d6-94bc-f00e7386f9fb",
            "last_updated": "2023-04-27T11:52:06.085142-04:00",
            "created_at": "2023-04-26T12:02:12.247604-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b49d0c40-ce45-420b-9d30-ef13555516af/?format=api"
        },
        {
            "id": "26461d3b-6650-4a25-8408-25237e4ec778",
            "gambit_id": "77f636dd-6967-4fdd-a530-6fa9eabc2858",
            "last_updated": "2023-04-27T11:52:06.087232-04:00",
            "created_at": "2023-04-26T12:02:12.249163-04:00",
            "name": "Game Total Over 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b49d0c40-ce45-420b-9d30-ef13555516af/?format=api"
        }
    ]
}