GET /api/bet_types/d57f6ac7-ef14-407a-a6d8-171900d7aa64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d57f6ac7-ef14-407a-a6d8-171900d7aa64",
    "match": "https://api-prod.gambitprofit.com/api/matches/57a2667b-a160-455e-9fd2-2fed52fd7747/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-27T10:17:02.793457-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": 5521.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ff3be15-7045-45bb-8daf-e26d60aaab20",
            "gambit_id": "722e6c77-680a-4596-b4c9-e568ab7c47cc",
            "last_updated": "2023-02-28T12:37:09.540893-05:00",
            "created_at": "2023-02-27T10:17:02.794653-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d57f6ac7-ef14-407a-a6d8-171900d7aa64/?format=api"
        },
        {
            "id": "f167afbf-b9bd-452f-81c8-80b9c2faadc4",
            "gambit_id": "5d224105-9c6a-4950-aa95-e510909ac997",
            "last_updated": "2023-02-28T12:37:09.542039-05:00",
            "created_at": "2023-02-27T10:17:02.795898-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d57f6ac7-ef14-407a-a6d8-171900d7aa64/?format=api"
        }
    ]
}