GET /api/bet_types/65f008c0-4321-40d9-bd48-b63612d2dda9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65f008c0-4321-40d9-bd48-b63612d2dda9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c9a84ec-2825-4b4a-9040-e0b517fe58bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-15T08:47:22.690059-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": "Colorado Avalanche",
                "amount": 6667.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "5887e19a-a810-4349-af99-5b093b968caf",
            "gambit_id": "13c3756a-94a5-4089-9576-977c23d05db4",
            "last_updated": "2023-02-16T16:52:02.731936-05:00",
            "created_at": "2023-02-15T08:47:22.693121-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f008c0-4321-40d9-bd48-b63612d2dda9/?format=api"
        },
        {
            "id": "9669e354-6fce-4d7d-b1aa-b57ae80afa7a",
            "gambit_id": "02aef480-1fd8-4fad-b124-5bda83651045",
            "last_updated": "2023-02-16T16:52:02.730799-05:00",
            "created_at": "2023-02-15T08:47:22.691465-05:00",
            "name": "Minnesota Wild",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f008c0-4321-40d9-bd48-b63612d2dda9/?format=api"
        }
    ]
}