GET /api/bet_types/92b5b50e-23a2-498e-a3b7-c07c3e61d2e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92b5b50e-23a2-498e-a3b7-c07c3e61d2e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a52fa58-5ac3-407d-92c9-84716ff02aa0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T10:48:11.625076-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": "LAA (T Anderson)",
                "amount": 5440.0
            },
            {
                "team": "OAK (K Muller)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "fdbca527-9316-4041-a26b-9f858f6638c6",
            "gambit_id": "5209c7c5-e86e-4ae4-b387-19409f85b1b4",
            "last_updated": "2023-09-05T10:27:57.657247-04:00",
            "created_at": "2023-09-03T10:48:11.630029-04:00",
            "name": "LAA (T Anderson)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b5b50e-23a2-498e-a3b7-c07c3e61d2e7/?format=api"
        },
        {
            "id": "b1e65266-25de-430f-9ccd-e5795c6e1d94",
            "gambit_id": "7324dc10-38bc-4c04-aea6-b554a4e0c7e4",
            "last_updated": "2023-09-05T10:27:57.660368-04:00",
            "created_at": "2023-09-03T10:48:11.634103-04:00",
            "name": "OAK (K Muller)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b5b50e-23a2-498e-a3b7-c07c3e61d2e7/?format=api"
        }
    ]
}