GET /api/bet_types/c480bf2c-4620-4978-b464-24fdb8ecd0ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c480bf2c-4620-4978-b464-24fdb8ecd0ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b1dc9c3-a8be-47bd-97e2-04a17d94842e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:07.340258-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": "BAL",
                "amount": 5939.0
            },
            {
                "team": "BOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa8e7c66-3a9a-4097-9f9d-495a7040d4e5",
            "gambit_id": "22694bd5-9395-4948-af9b-f0e9af3e2599",
            "last_updated": "2023-09-30T10:53:15.956664-04:00",
            "created_at": "2023-09-29T09:23:07.350309-04:00",
            "name": "BAL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c480bf2c-4620-4978-b464-24fdb8ecd0ad/?format=api"
        },
        {
            "id": "2b0360ae-3a11-4a5a-a8f9-02dd4f658198",
            "gambit_id": "9227c6bb-2ecc-47c0-a4ad-98ea6a993711",
            "last_updated": "2023-09-30T10:53:15.953370-04:00",
            "created_at": "2023-09-29T09:23:07.345089-04:00",
            "name": "BOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c480bf2c-4620-4978-b464-24fdb8ecd0ad/?format=api"
        }
    ]
}