GET /api/bet_types/065c64dc-e8bb-4698-95ab-d428694b304d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "065c64dc-e8bb-4698-95ab-d428694b304d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ef935c0-ec94-40c4-8cd0-26523c38c1fc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T19:26:54.916279-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": "Los Angeles Lakers",
                "amount": 5599.0
            },
            {
                "team": "New York Knicks",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bedf9aa-3c04-4abd-996d-fac4eabe7201",
            "gambit_id": "a248c753-b031-444a-b8a3-4027e8513b32",
            "last_updated": "2023-03-13T18:57:09.406839-04:00",
            "created_at": "2023-03-12T19:26:54.918129-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/065c64dc-e8bb-4698-95ab-d428694b304d/?format=api"
        },
        {
            "id": "1cce0cb1-cdd8-474d-87a7-e63e8a871d8c",
            "gambit_id": "fdbdfad0-fb45-43dc-bf35-3280ede36c00",
            "last_updated": "2023-03-13T18:57:09.408634-04:00",
            "created_at": "2023-03-12T19:26:54.921296-04:00",
            "name": "New York Knicks",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/065c64dc-e8bb-4698-95ab-d428694b304d/?format=api"
        }
    ]
}