GET /api/bet_types/ac731d38-cfe3-4cff-98e5-49b85e35a347/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac731d38-cfe3-4cff-98e5-49b85e35a347",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d45031f-a86c-434a-a422-b9eb9bac26a0/?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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "151230bd-6228-4968-91be-502bf7920b6f",
            "gambit_id": "5e00b6cf-3c37-49f4-a0ad-5225ffffbdf4",
            "last_updated": "2022-11-18T10:07:51.711989-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac731d38-cfe3-4cff-98e5-49b85e35a347/?format=api"
        },
        {
            "id": "e5320811-b795-4521-ba2b-f31eebb8f482",
            "gambit_id": "938e8d1a-b403-46e1-a1ca-19f6c9175b1c",
            "last_updated": "2022-11-18T10:07:51.710653-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac731d38-cfe3-4cff-98e5-49b85e35a347/?format=api"
        }
    ]
}