GET /api/bet_types/2361f82d-dc5a-4c47-9f41-25cc9b5200e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2361f82d-dc5a-4c47-9f41-25cc9b5200e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7c16c72-f71e-4307-b6f6-d8a5316a387f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:08.570174-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": "Indianapolis Colts",
                "amount": 5214.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8729233-9bab-4be7-a1ed-6aab5a5ea81e",
            "gambit_id": "faa27391-dcc0-401b-997d-d64af26205b9",
            "last_updated": "2023-11-06T21:13:15.943170-05:00",
            "created_at": "2023-11-02T09:03:08.574809-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2361f82d-dc5a-4c47-9f41-25cc9b5200e3/?format=api"
        },
        {
            "id": "938790d3-4c22-4733-b672-e111bbbe927a",
            "gambit_id": "cb287085-8e12-477d-b5ae-b00bbfe9660d",
            "last_updated": "2023-11-06T21:13:15.946901-05:00",
            "created_at": "2023-11-02T09:03:08.579298-04:00",
            "name": "Carolina Panthers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2361f82d-dc5a-4c47-9f41-25cc9b5200e3/?format=api"
        }
    ]
}