GET /api/bet_types/56fda399-c5ce-4c90-9839-c202c3e5dddf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56fda399-c5ce-4c90-9839-c202c3e5dddf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1650e73-e4fb-43ab-945f-3b6c4d746f28/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-14T09:28:00.736275-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": "Toronto Maple Leafs",
                "amount": 6010.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "38e9e570-5b39-49c9-8489-59009d9fee77",
            "gambit_id": "8561f0ce-9b7a-447f-8c18-da30659a1dd8",
            "last_updated": "2023-10-16T18:08:31.569492-04:00",
            "created_at": "2023-10-14T09:28:00.747851-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56fda399-c5ce-4c90-9839-c202c3e5dddf/?format=api"
        },
        {
            "id": "067c0a9f-ce8a-459d-a69d-06cbc49f2b09",
            "gambit_id": "2b6ad116-4f91-42f3-982d-90eda806d59b",
            "last_updated": "2023-10-16T18:08:31.565935-04:00",
            "created_at": "2023-10-14T09:28:00.741894-04:00",
            "name": "Minnesota Wild",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56fda399-c5ce-4c90-9839-c202c3e5dddf/?format=api"
        }
    ]
}