GET /api/bet_types/ceae36ea-0ef1-4f92-96be-b95945802814/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ceae36ea-0ef1-4f92-96be-b95945802814",
    "match": "https://api-prod.gambitprofit.com/api/matches/d33c911d-db55-4d43-9157-253e42f7733b/?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": "Calgary Flames",
                "amount": 6170.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf5e944c-9b4d-4fde-9289-b0fcf741605c",
            "gambit_id": "8cc46ef5-fae8-4f74-8420-7c75ef6b8fca",
            "last_updated": "2022-12-15T10:52:00.299284-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceae36ea-0ef1-4f92-96be-b95945802814/?format=api"
        },
        {
            "id": "1051ddde-578a-4a4a-a618-812035781823",
            "gambit_id": "a26d6624-43d1-422d-95d1-a8142d3eb988",
            "last_updated": "2022-12-15T10:52:00.300360-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceae36ea-0ef1-4f92-96be-b95945802814/?format=api"
        }
    ]
}