GET /api/bet_types/29b634ff-e256-4130-8224-5011911f9d18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29b634ff-e256-4130-8224-5011911f9d18",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd57fe11-1ffc-4e7b-83f0-c6f287aea3f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-30T12:47:11.834714-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 Over 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "605167a5-76e8-4a08-85a6-4ac93e23ae95",
            "gambit_id": "91de074e-3c14-4ff4-8d89-b84a06881864",
            "last_updated": "2023-05-01T12:27:24.851862-04:00",
            "created_at": "2023-04-30T12:47:11.838084-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29b634ff-e256-4130-8224-5011911f9d18/?format=api"
        },
        {
            "id": "d07a3104-c068-4dce-a092-f3564ab01a05",
            "gambit_id": "33340730-e51b-4d67-9c29-18741b3b6b52",
            "last_updated": "2023-05-01T12:27:24.849972-04:00",
            "created_at": "2023-04-30T12:47:11.836406-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29b634ff-e256-4130-8224-5011911f9d18/?format=api"
        }
    ]
}