GET /api/bet_types/c197686a-c923-4438-a3c5-a010bb824f71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c197686a-c923-4438-a3c5-a010bb824f71",
    "match": "https://api-prod.gambitprofit.com/api/matches/8823014f-c844-4164-bd02-99250f96624c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:07.457422-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "23f735d1-e81a-4c77-a687-9238f1189db3",
            "gambit_id": "fae78867-5751-41e2-a40a-7027dde1f6cd",
            "last_updated": "2023-06-20T10:03:20.586238-04:00",
            "created_at": "2023-06-19T08:08:07.460878-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c197686a-c923-4438-a3c5-a010bb824f71/?format=api"
        },
        {
            "id": "9080f523-0a21-4ae8-9b00-11ae3915cfbe",
            "gambit_id": "c3763178-3a33-46de-8f9b-901016663a12",
            "last_updated": "2023-06-20T10:03:20.583511-04:00",
            "created_at": "2023-06-19T08:08:07.459163-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c197686a-c923-4438-a3c5-a010bb824f71/?format=api"
        }
    ]
}