GET /api/bet_types/ec40e921-3374-4657-a9cd-190aa2ea7db8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec40e921-3374-4657-a9cd-190aa2ea7db8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0d15b27-c905-4042-9912-f83747494ab0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-30T09:36:55.281855-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e7127ec-a81e-4060-8652-3a8aa89d2544",
            "gambit_id": "37245fb4-9577-4a71-add0-f2b9078e3242",
            "last_updated": "2023-03-31T14:42:24.635452-04:00",
            "created_at": "2023-03-30T09:36:55.284612-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec40e921-3374-4657-a9cd-190aa2ea7db8/?format=api"
        },
        {
            "id": "a0f81337-c4b3-42c0-ac40-5b552bd0ee9e",
            "gambit_id": "1b0b178d-7dcb-470e-a9de-5d25f40d8e20",
            "last_updated": "2023-03-31T14:42:24.632504-04:00",
            "created_at": "2023-03-30T09:36:55.283241-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec40e921-3374-4657-a9cd-190aa2ea7db8/?format=api"
        }
    ]
}