GET /api/bet_types/6af7b525-3484-43dd-98dd-be8a6d521670/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6af7b525-3484-43dd-98dd-be8a6d521670",
    "match": "https://api-prod.gambitprofit.com/api/matches/d401ba8a-648e-4d09-92f0-681f282ab299/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-29T10:38:01.346901-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "39941f8d-9d2c-45e9-8350-a634449201a5",
            "gambit_id": "355b8e09-e068-4341-89a7-1416d5382245",
            "last_updated": "2023-11-30T11:28:15.012725-05:00",
            "created_at": "2023-11-29T10:38:01.357279-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af7b525-3484-43dd-98dd-be8a6d521670/?format=api"
        },
        {
            "id": "5bd63e1d-d45a-4133-851f-bc09c181bcae",
            "gambit_id": "db693768-c837-4eb6-b077-f65130b2b11d",
            "last_updated": "2023-11-30T11:28:15.003485-05:00",
            "created_at": "2023-11-29T10:38:01.350921-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af7b525-3484-43dd-98dd-be8a6d521670/?format=api"
        }
    ]
}