GET /api/bet_types/34429a8a-3ff6-4d6e-be16-1ded46dfbe14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34429a8a-3ff6-4d6e-be16-1ded46dfbe14",
    "match": "https://api-prod.gambitprofit.com/api/matches/98a9a4ed-e2f3-4559-9d01-fcf383353aa1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:10.078725-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": "NYY",
                "amount": 6399.0
            },
            {
                "team": "MIN",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9e4600e-ffa1-4bdc-9054-b265eb6b8ae5",
            "gambit_id": "da342fad-f6f8-4504-934a-3f34c5ba1ebc",
            "last_updated": "2023-04-27T11:52:07.845939-04:00",
            "created_at": "2023-04-26T12:02:10.081677-04:00",
            "name": "NYY",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34429a8a-3ff6-4d6e-be16-1ded46dfbe14/?format=api"
        },
        {
            "id": "3e5fc747-9187-4e77-a0e1-ef78d5b4184a",
            "gambit_id": "5ec2716c-9ed0-4331-8d0d-1330e19da35e",
            "last_updated": "2023-04-27T11:52:07.844352-04:00",
            "created_at": "2023-04-26T12:02:10.080172-04:00",
            "name": "MIN",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34429a8a-3ff6-4d6e-be16-1ded46dfbe14/?format=api"
        }
    ]
}