GET /api/bet_types/cc911936-76ce-4685-b1d5-b925a3e92580/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc911936-76ce-4685-b1d5-b925a3e92580",
    "match": "https://api-prod.gambitprofit.com/api/matches/02fa3aa2-5662-46d9-997c-869102eb6697/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:23:04.467962-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": "St Louis Blues",
                "amount": 5857.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "53684401-e612-483c-be29-f485d29611e4",
            "gambit_id": "8c2675cd-5968-4e79-808e-288b0b152555",
            "last_updated": "2024-01-11T11:13:03.750346-05:00",
            "created_at": "2024-01-09T09:23:04.475712-05:00",
            "name": "St Louis Blues",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc911936-76ce-4685-b1d5-b925a3e92580/?format=api"
        },
        {
            "id": "a76a652c-0dba-4c40-8889-60605a8acc8d",
            "gambit_id": "4bc705ed-ad8a-42b4-9336-fb96536a1b27",
            "last_updated": "2024-01-11T11:13:03.747073-05:00",
            "created_at": "2024-01-09T09:23:04.471982-05:00",
            "name": "Florida Panthers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc911936-76ce-4685-b1d5-b925a3e92580/?format=api"
        }
    ]
}