GET /api/bet_types/c59459a5-db8b-48fc-9196-cb41d811663e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c59459a5-db8b-48fc-9196-cb41d811663e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b53b96b7-1f81-40c1-9150-4236c5970e61/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:20.047534-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "99cd224b-fc4e-4814-9392-d7b564fec438",
            "gambit_id": "7f92a355-4252-4f08-acc8-28f3492ebf7c",
            "last_updated": "2023-03-20T10:01:56.225301-04:00",
            "created_at": "2023-03-16T17:37:20.051144-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c59459a5-db8b-48fc-9196-cb41d811663e/?format=api"
        },
        {
            "id": "ef0dad6c-3362-4bf4-a4c8-385be503a0e9",
            "gambit_id": "f5deacac-4ef8-47e3-a7e2-1a6e8e6c597d",
            "last_updated": "2023-03-20T10:01:56.221805-04:00",
            "created_at": "2023-03-16T17:37:20.049492-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c59459a5-db8b-48fc-9196-cb41d811663e/?format=api"
        }
    ]
}