GET /api/bet_types/232bec99-6fba-4199-af29-20caac740b89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "232bec99-6fba-4199-af29-20caac740b89",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57c242a-d2bd-44f1-b147-aee97ad1ea73/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Maple Leafs",
                "amount": 6114.0
            },
            {
                "team": "New York Islanders",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a7b2b50-cb5b-49a2-9e36-2076de738ce9",
            "gambit_id": "c65ec1bd-0079-4bcd-874d-6bed40336890",
            "last_updated": "2022-11-22T10:07:05.203725-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232bec99-6fba-4199-af29-20caac740b89/?format=api"
        },
        {
            "id": "2fe96de5-b495-4d4b-92f6-499711a7aff2",
            "gambit_id": "9cabbb2c-5c63-4e23-905a-60fef05085a0",
            "last_updated": "2022-11-22T10:07:05.204706-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232bec99-6fba-4199-af29-20caac740b89/?format=api"
        }
    ]
}