GET /api/bet_types/2cfd7f00-f325-4ea6-b775-3a57eac6e462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cfd7f00-f325-4ea6-b775-3a57eac6e462",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ebf49d6-b16a-4ef1-9aed-2fca3901b118/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:14.028352-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ea14615-c8d8-4168-b089-7d55cb479d88",
            "gambit_id": "e17c5532-7231-46d9-b90d-bff2b3d1c3fa",
            "last_updated": "2023-04-15T15:42:04.750867-04:00",
            "created_at": "2023-04-14T12:02:14.032444-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cfd7f00-f325-4ea6-b775-3a57eac6e462/?format=api"
        },
        {
            "id": "2daff951-b60b-44c8-8cb3-17861ddc307b",
            "gambit_id": "46ba0e36-e77d-4b69-a6b3-2fe4b8ec3a87",
            "last_updated": "2023-04-15T15:42:04.748890-04:00",
            "created_at": "2023-04-14T12:02:14.030422-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cfd7f00-f325-4ea6-b775-3a57eac6e462/?format=api"
        }
    ]
}