GET /api/bet_types/0b463cfe-9ef8-4238-8ad9-3dda816a1e31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b463cfe-9ef8-4238-8ad9-3dda816a1e31",
    "match": "https://api-prod.gambitprofit.com/api/matches/87d5d2d1-c89f-4765-9f1c-7f752095e211/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T08:21:59.966093-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": "Vegas Golden Knights",
                "amount": 5211.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "0bf231eb-f418-41ba-8e80-f65c3fabfb5f",
            "gambit_id": "1e7f832e-9cc6-44ab-a725-3b87305c5aa3",
            "last_updated": "2023-01-23T10:07:17.811094-05:00",
            "created_at": "2023-01-21T08:21:59.967274-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b463cfe-9ef8-4238-8ad9-3dda816a1e31/?format=api"
        },
        {
            "id": "6fb8d09f-4808-45ca-b229-130f03f4b957",
            "gambit_id": "89e9b9fb-5bfe-4995-b9e0-a29fc722d64e",
            "last_updated": "2023-01-23T10:07:17.813229-05:00",
            "created_at": "2023-01-21T08:21:59.968554-05:00",
            "name": "Washington Capitals",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b463cfe-9ef8-4238-8ad9-3dda816a1e31/?format=api"
        }
    ]
}