GET /api/bet_types/c5ddc255-6f7b-4333-97cf-fc4b858703f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5ddc255-6f7b-4333-97cf-fc4b858703f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ed8128e-3f6d-4ef6-8ac6-f3b6a98cb19e/?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 211.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 211.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9814cf5-ee77-47c6-82b6-f270db71e0c2",
            "gambit_id": "30dea0be-86be-4f73-b0a3-aa09ad43ad37",
            "last_updated": "2022-10-31T11:52:07.709492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 211.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5ddc255-6f7b-4333-97cf-fc4b858703f9/?format=api"
        },
        {
            "id": "3ef50e63-672a-4c57-a807-3e2a87435844",
            "gambit_id": "c5ebaeb3-aead-46cc-9d4e-7653f8db1595",
            "last_updated": "2022-10-31T11:52:07.708418-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 211.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5ddc255-6f7b-4333-97cf-fc4b858703f9/?format=api"
        }
    ]
}