GET /api/bet_types/d657e288-6266-47f7-87aa-6073b0d71b0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d657e288-6266-47f7-87aa-6073b0d71b0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/93c03d6c-6e76-4043-9857-b1555f677eff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:07:00.417636-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": "Memphis Grizzlies",
                "amount": 6991.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3009.0
            }
        ],
        "expected_reward_tokens": 9507.76,
        "profit_sb": 7.76,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "a9a4e362-f0ed-483c-b045-d5ffc955cfc8",
            "gambit_id": "3d593b79-1bf9-4abe-9efc-f163bf78fc55",
            "last_updated": "2023-03-29T10:21:59.316944-04:00",
            "created_at": "2023-03-28T10:07:00.419433-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d657e288-6266-47f7-87aa-6073b0d71b0b/?format=api"
        },
        {
            "id": "cff4a1b6-13ca-4f39-bf9a-2bde82c2b1a0",
            "gambit_id": "87f1edb5-4e2b-4439-b518-01f371337f6c",
            "last_updated": "2023-03-29T10:21:59.319047-04:00",
            "created_at": "2023-03-28T10:07:00.420928-04:00",
            "name": "Orlando Magic",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d657e288-6266-47f7-87aa-6073b0d71b0b/?format=api"
        }
    ]
}