GET /api/bet_types/c2f40653-50b4-4301-93cf-79aa6db7cd4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2f40653-50b4-4301-93cf-79aa6db7cd4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea3c5056-0194-42ec-9f05-0be605812791/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:06.857114-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": "Columbus Blue Jackets",
                "amount": 5107.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c5dd429-aa70-44ad-976b-e573b340cd84",
            "gambit_id": "cd9f71e9-a702-4f1a-9344-258eeed00bdf",
            "last_updated": "2023-12-16T10:28:25.036240-05:00",
            "created_at": "2023-12-14T09:28:06.862271-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f40653-50b4-4301-93cf-79aa6db7cd4b/?format=api"
        },
        {
            "id": "2d65b38e-7bf3-4d50-bc37-92ce4752163f",
            "gambit_id": "bd953ed1-c224-4ba7-9563-3bce98b9bb15",
            "last_updated": "2023-12-16T10:28:25.039665-05:00",
            "created_at": "2023-12-14T09:28:06.867780-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2f40653-50b4-4301-93cf-79aa6db7cd4b/?format=api"
        }
    ]
}