GET /api/bet_types/65a1420b-6fac-4a4c-843e-15c33ca48906/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65a1420b-6fac-4a4c-843e-15c33ca48906",
    "match": "https://api-prod.gambitprofit.com/api/matches/69533d93-5636-46ec-a39c-d040b6b7c4c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:06.152203-04: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": "Tampa Bay Lightning",
                "amount": 6222.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "628d7995-e1d0-42c6-ad21-68419e49cc7c",
            "gambit_id": "7ee208c3-48af-4ef7-84eb-5e7087ad11cd",
            "last_updated": "2023-10-23T20:43:04.550128-04:00",
            "created_at": "2023-10-21T09:38:06.155848-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a1420b-6fac-4a4c-843e-15c33ca48906/?format=api"
        },
        {
            "id": "b78fb194-6ccf-4656-882a-fae152c9ed40",
            "gambit_id": "c5f00e22-b806-45f8-86d7-636a2ea1b02d",
            "last_updated": "2023-10-23T20:43:04.553687-04:00",
            "created_at": "2023-10-21T09:38:06.160026-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a1420b-6fac-4a4c-843e-15c33ca48906/?format=api"
        }
    ]
}