GET /api/bet_types/97a58e12-4ba6-46c4-a552-4509c5f6ac18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97a58e12-4ba6-46c4-a552-4509c5f6ac18",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e0910da-38a6-48fc-ad4c-20893d427a19/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:16.297948-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": "St Louis Blues",
                "amount": 5968.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "26688c75-5b02-4b3a-82bc-c6f99c710396",
            "gambit_id": "6aac6c06-06a3-48ec-8318-a174163d4a7d",
            "last_updated": "2022-12-28T21:47:14.823338-05:00",
            "created_at": "2022-12-27T08:57:16.299097-05:00",
            "name": "St Louis Blues",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a58e12-4ba6-46c4-a552-4509c5f6ac18/?format=api"
        },
        {
            "id": "8031f3eb-e1a8-4e8b-ab93-c4f08d311a03",
            "gambit_id": "7dd0df2a-855e-49d3-9012-272c6c84069a",
            "last_updated": "2022-12-28T21:47:14.824395-05:00",
            "created_at": "2022-12-27T08:57:16.300338-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a58e12-4ba6-46c4-a552-4509c5f6ac18/?format=api"
        }
    ]
}