GET /api/bet_types/50b375f2-a3d5-4853-9a9c-e8c052e708b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50b375f2-a3d5-4853-9a9c-e8c052e708b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b64f26be-112d-4720-ab2e-da0839e25562/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-26T00:32:07.716388-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 50.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 50.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "84a23bed-f45d-404f-b493-ca463fe6593c",
            "gambit_id": "afd3c1c2-f9b0-4014-ac70-88af63f65c8a",
            "last_updated": "2022-12-27T10:22:02.045850-05:00",
            "created_at": "2022-12-26T00:32:07.717637-05:00",
            "name": "Game Total Under 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b375f2-a3d5-4853-9a9c-e8c052e708b5/?format=api"
        },
        {
            "id": "134d4dab-5a32-4f83-9394-7d7712d7e090",
            "gambit_id": "fe43ef19-bc34-4d35-91ab-6b60c6e36b7f",
            "last_updated": "2022-12-27T10:22:02.047714-05:00",
            "created_at": "2022-12-26T00:32:07.718925-05:00",
            "name": "Game Total Over 50.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b375f2-a3d5-4853-9a9c-e8c052e708b5/?format=api"
        }
    ]
}