GET /api/bet_types/470acc83-b9e1-4ccd-bae6-02d636c8742b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "470acc83-b9e1-4ccd-bae6-02d636c8742b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9969266-279b-4709-8ef8-a26523610b2d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-12T10:03:10.488241-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": "Vancouver Canucks",
                "amount": 5317.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa1ddd97-7c88-4bc8-be97-542d5ab48c37",
            "gambit_id": "4af30f01-12f4-4e67-b48f-c0ac77351f02",
            "last_updated": "2023-12-14T10:28:42.603156-05:00",
            "created_at": "2023-12-12T10:03:10.496191-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/470acc83-b9e1-4ccd-bae6-02d636c8742b/?format=api"
        },
        {
            "id": "5ca1013f-22b1-413c-bee3-70e00805cc4c",
            "gambit_id": "61d93024-1a95-40ad-ab83-d0d8298f8cb0",
            "last_updated": "2023-12-14T10:28:42.598167-05:00",
            "created_at": "2023-12-12T10:03:10.491861-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/470acc83-b9e1-4ccd-bae6-02d636c8742b/?format=api"
        }
    ]
}