GET /api/bet_types/1eae93f0-2d5b-42b0-8b5f-9aac4beb12bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eae93f0-2d5b-42b0-8b5f-9aac4beb12bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f81adfe4-66a3-4cfb-b405-30573355bb4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:31:48.555944-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": "Florida Panthers",
                "amount": 6308.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d413c0e-6aab-467b-9208-b74584b360b7",
            "gambit_id": "eed96bb4-a28b-4d08-a7bd-0fd9c0c800ed",
            "last_updated": "2023-03-21T10:57:13.969397-04:00",
            "created_at": "2023-03-20T09:31:48.561192-04:00",
            "name": "Florida Panthers",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eae93f0-2d5b-42b0-8b5f-9aac4beb12bd/?format=api"
        },
        {
            "id": "2fc5c33f-a536-4ebe-88b8-19976909a1df",
            "gambit_id": "6cb617b6-d139-4b3a-91b6-30fdc2b14744",
            "last_updated": "2023-03-21T10:57:13.968043-04:00",
            "created_at": "2023-03-20T09:31:48.558520-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eae93f0-2d5b-42b0-8b5f-9aac4beb12bd/?format=api"
        }
    ]
}