GET /api/bet_types/a9fcf673-203e-4575-8ac0-6d30088e18d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9fcf673-203e-4575-8ac0-6d30088e18d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/40cc915a-1b50-4bcf-adba-b0c5c9061ffa/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8",
                "amount": 5204.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "21ac43bc-d38b-4eb4-b1e4-85c5c03a7513",
            "gambit_id": "cf5cb2ae-c50f-4d83-a11f-ce8773ba8894",
            "last_updated": "2022-08-08T10:57:08.323104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9fcf673-203e-4575-8ac0-6d30088e18d1/?format=api"
        },
        {
            "id": "313c5f0d-6485-4c68-aa42-4d3edf4fa03f",
            "gambit_id": "0e8d18bf-448f-4283-a8c6-f2ad3d7fb3ae",
            "last_updated": "2022-08-08T10:57:08.323595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9fcf673-203e-4575-8ac0-6d30088e18d1/?format=api"
        }
    ]
}