GET /api/bet_types/9f03e35d-6475-44fb-bfa3-d17b8bccc6a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f03e35d-6475-44fb-bfa3-d17b8bccc6a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f61c31c1-4825-4277-9448-b1f62831ec4c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:08.598031-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "57d2a34a-89c3-45c7-be2f-5afea5e24af9",
            "gambit_id": "ad249887-15a6-4c24-b7a9-e13152dbe1fb",
            "last_updated": "2023-12-07T21:38:02.595603-05:00",
            "created_at": "2023-12-06T09:13:08.609339-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f03e35d-6475-44fb-bfa3-d17b8bccc6a2/?format=api"
        },
        {
            "id": "7921db26-b2d9-4a2d-afb8-0cf71a01b9b0",
            "gambit_id": "cc4c86be-e0b6-4edd-8824-2f7a1534c596",
            "last_updated": "2023-12-07T21:38:02.599054-05:00",
            "created_at": "2023-12-06T09:13:08.614396-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f03e35d-6475-44fb-bfa3-d17b8bccc6a2/?format=api"
        }
    ]
}