GET /api/bet_types/88c57e62-82a7-4141-a31f-7683e3c221fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88c57e62-82a7-4141-a31f-7683e3c221fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b09281a0-951d-4d21-b096-ccbae69797c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:12.921871-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": "COL",
                "amount": 5213.0
            },
            {
                "team": "LAA",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4350f4ee-b6e4-49c9-9d81-3d7271896fb1",
            "gambit_id": "969d3cc2-4dde-4518-92fc-c831340c4fed",
            "last_updated": "2023-06-25T10:18:03.175147-04:00",
            "created_at": "2023-06-23T09:28:12.925930-04:00",
            "name": "COL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c57e62-82a7-4141-a31f-7683e3c221fd/?format=api"
        },
        {
            "id": "cfc9fca6-f2e6-435b-9c62-12fad6f2e347",
            "gambit_id": "85df9c40-c808-4fd2-b4ff-7745e93d3943",
            "last_updated": "2023-06-25T10:18:03.173556-04:00",
            "created_at": "2023-06-23T09:28:12.923689-04:00",
            "name": "LAA",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c57e62-82a7-4141-a31f-7683e3c221fd/?format=api"
        }
    ]
}