GET /api/bet_types/8271f37d-317c-4f6a-9db1-83bd560e7a7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8271f37d-317c-4f6a-9db1-83bd560e7a7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc147d9-0279-423b-b461-02674ae5e541/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:55.723636-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": "Golden State Warriors",
                "amount": 6475.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "d120082a-a8e6-4e51-b052-7e94721e30a0",
            "gambit_id": "f9179f75-4dd3-4f32-ab6f-efcf2a30a342",
            "last_updated": "2023-02-12T09:42:13.394639-05:00",
            "created_at": "2023-02-11T09:01:55.724903-05:00",
            "name": "Golden State Warriors",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8271f37d-317c-4f6a-9db1-83bd560e7a7d/?format=api"
        },
        {
            "id": "25811871-629b-4063-a42e-4e283b168e36",
            "gambit_id": "f8c6b3a1-779e-417d-9a8d-560d56be2f1a",
            "last_updated": "2023-02-12T09:42:13.395739-05:00",
            "created_at": "2023-02-11T09:01:55.726270-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8271f37d-317c-4f6a-9db1-83bd560e7a7d/?format=api"
        }
    ]
}