GET /api/bet_types/7ea25309-55cc-4e37-a64e-c69803c68cb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ea25309-55cc-4e37-a64e-c69803c68cb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6f4ab6c-0a5f-4864-8eaa-2c9a81fd7e01/?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 Under 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "91910588-9fad-4773-80ad-d3fedc48118c",
            "gambit_id": "44659d34-6114-4b75-ad85-a89102ae584a",
            "last_updated": "2022-11-14T14:47:53.915213-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ea25309-55cc-4e37-a64e-c69803c68cb7/?format=api"
        },
        {
            "id": "26a0c992-fc5e-43b0-b2e1-942090026037",
            "gambit_id": "2b9cdb6d-d292-4ab2-ad6f-76e3f42c0ac7",
            "last_updated": "2022-11-14T14:47:53.916233-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ea25309-55cc-4e37-a64e-c69803c68cb7/?format=api"
        }
    ]
}