GET /api/bet_types/57fd3876-3936-4092-ab52-3fca29a8ae2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57fd3876-3936-4092-ab52-3fca29a8ae2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e9fa0a8-0b6e-401a-8707-a6ab4f3b709b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T13:12:10.646105-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": "Arizona Coyotes",
                "amount": 5423.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a744c990-214f-44ca-924b-3e5916ea1d08",
            "gambit_id": "77ec483d-c122-4b6b-9ab3-96d4f618377f",
            "last_updated": "2023-02-07T11:06:50.604792-05:00",
            "created_at": "2023-02-06T13:12:10.647900-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57fd3876-3936-4092-ab52-3fca29a8ae2e/?format=api"
        },
        {
            "id": "ab22daae-2819-4ddd-af9b-c97a7a8b3c3a",
            "gambit_id": "1bdc86cb-ab82-449e-8443-6714f054f005",
            "last_updated": "2023-02-07T11:06:50.606032-05:00",
            "created_at": "2023-02-06T13:12:10.649866-05:00",
            "name": "Minnesota Wild",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57fd3876-3936-4092-ab52-3fca29a8ae2e/?format=api"
        }
    ]
}