GET /api/bet_types/dd716709-c224-4a42-9fc2-5d66bd44c2c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd716709-c224-4a42-9fc2-5d66bd44c2c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2669f89-70cb-4eee-af35-47f6aad6b086/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:10.236154-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": "Boston Celtics",
                "amount": 7318.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2682.0
            }
        ],
        "expected_reward_tokens": 9145.62,
        "profit_sb": 145.62,
        "profit_sb_percentage": 1.62,
        "recommended": true
    },
    "lines": [
        {
            "id": "06f160bd-c009-4335-b4c6-215f9b840470",
            "gambit_id": "8b0aa222-62fe-4de6-a1fd-2865bd0fe0c2",
            "last_updated": "2023-01-17T11:02:04.815211-05:00",
            "created_at": "2023-01-16T09:52:10.240322-05:00",
            "name": "Boston Celtics",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd716709-c224-4a42-9fc2-5d66bd44c2c1/?format=api"
        },
        {
            "id": "f8e9a942-bc93-4f4b-8f38-8f175a15a5d7",
            "gambit_id": "a4b7371b-3714-4d50-bc34-110fb9b82cfc",
            "last_updated": "2023-01-17T11:02:04.813709-05:00",
            "created_at": "2023-01-16T09:52:10.238199-05:00",
            "name": "Charlotte Hornets",
            "reward": "3.41000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd716709-c224-4a42-9fc2-5d66bd44c2c1/?format=api"
        }
    ]
}