GET /api/bet_types/7587b561-128a-4ea0-87c9-52a01bcd6d7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7587b561-128a-4ea0-87c9-52a01bcd6d7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c45e5ef7-5117-4486-853c-6980ac9b4e86/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T08:33:14.396746-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 (C Kershaw)",
                "amount": 6173.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "81cb2ff1-7c2e-443b-9ac9-c6346b2574b6",
            "gambit_id": "c6bf2664-f9ab-43f6-9b5c-31460c5cdc25",
            "last_updated": "2023-08-30T13:23:24.977676-04:00",
            "created_at": "2023-08-29T08:33:14.425176-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7587b561-128a-4ea0-87c9-52a01bcd6d7d/?format=api"
        },
        {
            "id": "867ee588-9513-4cd9-9190-f9c462ce4ce7",
            "gambit_id": "be70c9f7-a932-489d-b123-96ac28e34907",
            "last_updated": "2023-08-30T13:23:24.974107-04:00",
            "created_at": "2023-08-29T08:33:14.417493-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7587b561-128a-4ea0-87c9-52a01bcd6d7d/?format=api"
        }
    ]
}