GET /api/bet_types/23d1a97a-e65a-429b-a91c-afea975c55d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23d1a97a-e65a-429b-a91c-afea975c55d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9c8901b-488c-4122-9021-596807836271/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-05T09:47:04.498928-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac876ff6-d6df-4be7-bb6b-b1946d472b2f",
            "gambit_id": "39e62326-ee54-4d01-82ef-bb8375ea5d29",
            "last_updated": "2023-02-06T09:06:57.320221-05:00",
            "created_at": "2023-02-05T09:47:04.501609-05:00",
            "name": "Game Total Over 226",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23d1a97a-e65a-429b-a91c-afea975c55d6/?format=api"
        },
        {
            "id": "5b8e1260-1ecc-4845-b0d2-d3000d2ffd11",
            "gambit_id": "a310c76a-6707-403d-810f-75bfbff260d3",
            "last_updated": "2023-02-06T09:06:57.318275-05:00",
            "created_at": "2023-02-05T09:47:04.500257-05:00",
            "name": "Game Total Under 226",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23d1a97a-e65a-429b-a91c-afea975c55d6/?format=api"
        }
    ]
}