GET /api/bet_types/6a9d4013-3732-49c5-b2bc-9e3c769e8b59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a9d4013-3732-49c5-b2bc-9e3c769e8b59",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eb35463-2c3e-4cb6-a8be-5c9766e6674f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T09:21:58.100500-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": "Memphis Grizzlies",
                "amount": 7050.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2950.0
            }
        ],
        "expected_reward_tokens": 9587.5,
        "profit_sb": 87.5,
        "profit_sb_percentage": 0.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "98bae936-08e8-451d-a484-c72093b84159",
            "gambit_id": "6b56541b-543a-41e3-936d-924631f00308",
            "last_updated": "2023-01-21T10:27:23.469925-05:00",
            "created_at": "2023-01-20T09:21:58.102954-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a9d4013-3732-49c5-b2bc-9e3c769e8b59/?format=api"
        },
        {
            "id": "f5723599-8a3d-4b22-ab0a-98914f94c4a2",
            "gambit_id": "38c7cf57-61b9-4468-81a4-b9cd1c858a4c",
            "last_updated": "2023-01-21T10:27:23.468383-05:00",
            "created_at": "2023-01-20T09:21:58.101731-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.25000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a9d4013-3732-49c5-b2bc-9e3c769e8b59/?format=api"
        }
    ]
}