GET /api/bet_types/3c72f835-8745-442e-8b96-67fa2a0892d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c72f835-8745-442e-8b96-67fa2a0892d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/17891cad-7f35-41cf-b128-84a313846fa7/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:12.251146-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": "Brooklyn Nets",
                "amount": 5107.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "393849f9-9dc2-4a7f-81af-19ee32be33d4",
            "gambit_id": "8901b9dc-a806-4147-ba8c-ff8a8e7ceca6",
            "last_updated": "2024-01-15T09:43:13.432058-05:00",
            "created_at": "2024-01-11T09:38:12.261316-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c72f835-8745-442e-8b96-67fa2a0892d5/?format=api"
        },
        {
            "id": "6982d4e1-fb52-4965-9c87-33268ba37dca",
            "gambit_id": "cba2343d-148f-4dc9-89c3-896249875cdb",
            "last_updated": "2024-01-15T09:43:13.435751-05:00",
            "created_at": "2024-01-11T09:38:12.267451-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c72f835-8745-442e-8b96-67fa2a0892d5/?format=api"
        }
    ]
}