GET /api/bet_types/393ff7b2-42c9-402f-bdfe-7174b293d569/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "393ff7b2-42c9-402f-bdfe-7174b293d569",
    "match": "https://api-prod.gambitprofit.com/api/matches/23ad8758-e22d-4284-9d0f-5ab013503e49/?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": "Chicago Blackhawks",
                "amount": 6170.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f0a150e-2a92-4d9b-ad72-d7fb7f9cc687",
            "gambit_id": "8837e3b9-cf2b-4e4b-9006-cad317506468",
            "last_updated": "2022-11-28T14:17:18.299810-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/393ff7b2-42c9-402f-bdfe-7174b293d569/?format=api"
        },
        {
            "id": "8ff118ff-dca4-4cd3-a01d-e253d5bebea9",
            "gambit_id": "967c521c-75a0-4288-a4d0-2321a70dafcb",
            "last_updated": "2022-11-28T14:17:18.300872-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/393ff7b2-42c9-402f-bdfe-7174b293d569/?format=api"
        }
    ]
}