GET /api/bet_types/252dd1b0-fc0e-4b70-9b07-0db5082af066/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "252dd1b0-fc0e-4b70-9b07-0db5082af066",
    "match": "https://api-prod.gambitprofit.com/api/matches/34bf9970-6e85-47fb-be23-6329c39fb499/?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 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb3a75c0-db7f-4a27-ab5b-851c6c91de66",
            "gambit_id": "050bfca1-b022-4c94-b5a2-c00cd6ede80c",
            "last_updated": "2022-11-21T09:43:36.549112-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/252dd1b0-fc0e-4b70-9b07-0db5082af066/?format=api"
        },
        {
            "id": "5896e6f0-b5f8-4f30-80e9-10decff75817",
            "gambit_id": "403b7361-56f9-4aa6-9c85-4baf9354cd74",
            "last_updated": "2022-11-21T09:43:36.550255-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/252dd1b0-fc0e-4b70-9b07-0db5082af066/?format=api"
        }
    ]
}