GET /api/bet_types/7c084bb4-50d5-433f-b35b-de6f1ec71983/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c084bb4-50d5-433f-b35b-de6f1ec71983",
    "match": "https://api-prod.gambitprofit.com/api/matches/d78e5b71-84e6-4d9e-9d61-a193f30f5ee0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-27T10:17:02.637464-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": "Dallas Stars",
                "amount": 7037.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 2963.0
            }
        ],
        "expected_reward_tokens": 9570.32,
        "profit_sb": 70.32,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "283ad080-fd18-4d98-8ab5-a5d746622ef2",
            "gambit_id": "8ea1559f-12f0-4fdf-aa68-0124467d686e",
            "last_updated": "2023-02-28T12:37:09.387696-05:00",
            "created_at": "2023-02-27T10:17:02.638662-05:00",
            "name": "Dallas Stars",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c084bb4-50d5-433f-b35b-de6f1ec71983/?format=api"
        },
        {
            "id": "be50b1af-8b80-4dcd-be9b-33ebb27a2b7e",
            "gambit_id": "c2b2e6b9-c2dc-44b1-a971-e96205e0302c",
            "last_updated": "2023-02-28T12:37:09.388878-05:00",
            "created_at": "2023-02-27T10:17:02.639886-05:00",
            "name": "Vancouver Canucks",
            "reward": "3.23000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c084bb4-50d5-433f-b35b-de6f1ec71983/?format=api"
        }
    ]
}