GET /api/bet_types/cf7d1d7a-2fde-4ffa-9ad6-080a3a9d3cd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf7d1d7a-2fde-4ffa-9ad6-080a3a9d3cd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4c67553-6d7b-4597-b96b-07b6966f573c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:56.772474-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3595687f-16c8-43bb-a698-9236a2f64388",
            "gambit_id": "449a2983-2e0a-46da-9eb7-7d34d353ec5e",
            "last_updated": "2023-05-07T11:57:18.862562-04:00",
            "created_at": "2023-05-06T11:51:56.774194-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf7d1d7a-2fde-4ffa-9ad6-080a3a9d3cd7/?format=api"
        },
        {
            "id": "7c3f71d3-8fc8-4701-abb9-317957a26fc9",
            "gambit_id": "d0f6538a-dde3-4b11-b794-b4c924f832af",
            "last_updated": "2023-05-07T11:57:18.864166-04:00",
            "created_at": "2023-05-06T11:51:56.775737-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf7d1d7a-2fde-4ffa-9ad6-080a3a9d3cd7/?format=api"
        }
    ]
}