GET /api/bet_types/410f58f3-2e04-4175-9201-23f50b286d78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "410f58f3-2e04-4175-9201-23f50b286d78",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e588d8-4d56-44f2-a642-7afc277737e1/?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": 5984.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "208c120e-6d25-4ddd-9436-fd6c1064f9c3",
            "gambit_id": "cbf220ee-05e8-489c-b2bc-1ea8fa3eba92",
            "last_updated": "2022-11-14T10:58:07.775904-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/410f58f3-2e04-4175-9201-23f50b286d78/?format=api"
        },
        {
            "id": "ea9f21d1-8cc2-46ad-94bf-98da638920c2",
            "gambit_id": "e79a7d16-ea42-4bf6-ae10-12a7c6127ce6",
            "last_updated": "2022-11-14T10:58:07.774942-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/410f58f3-2e04-4175-9201-23f50b286d78/?format=api"
        }
    ]
}