GET /api/bet_types/bf29d40d-b4fd-48f4-81a0-6b079dbb4f5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf29d40d-b4fd-48f4-81a0-6b079dbb4f5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d33c911d-db55-4d43-9157-253e42f7733b/?format=api",
    "name": "Play the Odds",
    "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": "Vancouver Canucks",
                "amount": 5899.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "724a2487-2522-445d-9641-9dbb10732c00",
            "gambit_id": "5df169c7-7469-4c13-9bfc-293251ba9199",
            "last_updated": "2022-12-15T10:52:00.297127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf29d40d-b4fd-48f4-81a0-6b079dbb4f5d/?format=api"
        },
        {
            "id": "dbb15faf-f6b6-4e52-a813-29af24454cef",
            "gambit_id": "dd2e75a1-a711-4fb4-9d55-f6d11c6c5ed7",
            "last_updated": "2022-12-15T10:52:00.295981-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf29d40d-b4fd-48f4-81a0-6b079dbb4f5d/?format=api"
        }
    ]
}