GET /api/bet_types/bfff7453-6e60-4177-9f14-35d4f65945ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfff7453-6e60-4177-9f14-35d4f65945ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ab3bac8-302c-4340-a36f-1bf19dc7bf09/?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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d4ea32c-8e55-401e-b373-b971e7f3f868",
            "gambit_id": "4058c45c-b950-4558-bbe5-c4bbe9cd2e42",
            "last_updated": "2022-09-25T19:52:03.610679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfff7453-6e60-4177-9f14-35d4f65945ad/?format=api"
        },
        {
            "id": "fee3c2be-b192-469a-ab73-57d23f07d6e9",
            "gambit_id": "982474f9-29d6-4d05-9cec-08bd8c151131",
            "last_updated": "2022-09-25T19:52:03.609662-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfff7453-6e60-4177-9f14-35d4f65945ad/?format=api"
        }
    ]
}