GET /api/bet_types/27d8a8fd-26ef-4231-b9a8-6c37d7fce06f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27d8a8fd-26ef-4231-b9a8-6c37d7fce06f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6059c803-64ee-4414-8608-449837941b4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:59.900167-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": "Los Angeles Lakers",
                "amount": 6232.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc9b5c48-b80c-41be-9917-4163d30fdc4e",
            "gambit_id": "54c89d65-aa8f-46d1-8ee3-bc3df4a4220b",
            "last_updated": "2024-01-08T14:23:11.477860-05:00",
            "created_at": "2024-01-05T09:32:59.909955-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d8a8fd-26ef-4231-b9a8-6c37d7fce06f/?format=api"
        },
        {
            "id": "83ceb3f8-090b-4e3e-a4ac-6a9e78cc833d",
            "gambit_id": "338cbbed-c199-4591-8ae1-c9ab3eac0f9e",
            "last_updated": "2024-01-08T14:23:11.474267-05:00",
            "created_at": "2024-01-05T09:32:59.906142-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d8a8fd-26ef-4231-b9a8-6c37d7fce06f/?format=api"
        }
    ]
}