GET /api/bet_types/e4652bb0-b0fc-431f-add5-3fea28018c7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4652bb0-b0fc-431f-add5-3fea28018c7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ad5fb8f-ffde-479f-bf60-37f902fbf4d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:53.837075-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": "Dallas Stars",
                "amount": 6308.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c74fb11-54fe-4484-8daf-0eed2b8fe118",
            "gambit_id": "12e2f0af-2b4c-4971-b5b7-d0ea97bd3efc",
            "last_updated": "2023-04-04T19:42:06.087223-04:00",
            "created_at": "2023-04-03T09:56:53.838382-04:00",
            "name": "Dallas Stars",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4652bb0-b0fc-431f-add5-3fea28018c7b/?format=api"
        },
        {
            "id": "5b441dbb-9b36-4ed8-a76c-3bf41139af1f",
            "gambit_id": "032dab41-ab97-42a1-9a7e-3364df4feb7c",
            "last_updated": "2023-04-04T19:42:06.088414-04:00",
            "created_at": "2023-04-03T09:56:53.839969-04:00",
            "name": "Nashville Predators",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4652bb0-b0fc-431f-add5-3fea28018c7b/?format=api"
        }
    ]
}