GET /api/bet_types/23e57283-ec4b-4dcd-9999-a6b7b3cb8ec0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23e57283-ec4b-4dcd-9999-a6b7b3cb8ec0",
    "match": "https://api-prod.gambitprofit.com/api/matches/053d9520-6f8e-42e0-9649-504b678a83d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:37:21.850136-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": "Miami Heat",
                "amount": 5107.0
            },
            {
                "team": "New York Knicks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a82b2d64-fd96-4707-aa5b-8941d1cddee5",
            "gambit_id": "99d1e925-be60-450a-9a55-dea841df44e2",
            "last_updated": "2023-03-04T16:17:10.183259-05:00",
            "created_at": "2023-03-03T08:37:21.851454-05:00",
            "name": "Miami Heat",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e57283-ec4b-4dcd-9999-a6b7b3cb8ec0/?format=api"
        },
        {
            "id": "f5ba7797-7239-4e3b-8789-6aab77713dec",
            "gambit_id": "10116fa8-c02d-49b6-be5e-e88f9f380ff3",
            "last_updated": "2023-03-04T16:17:10.182165-05:00",
            "created_at": "2023-03-03T08:37:21.853259-05:00",
            "name": "New York Knicks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e57283-ec4b-4dcd-9999-a6b7b3cb8ec0/?format=api"
        }
    ]
}