GET /api/bet_types/93711441-ea2c-41d6-9e4c-154fe228572c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93711441-ea2c-41d6-9e4c-154fe228572c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f9920d6-3e7c-421a-862e-bd63820f6763/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:13.051408-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": "Nashville Predators",
                "amount": 6387.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3613.0
            }
        ],
        "expected_reward_tokens": 9068.63,
        "profit_sb": 68.63,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "40451c8d-179a-46f4-90e1-4be663ddcfb9",
            "gambit_id": "df62b923-7837-44a5-8b87-db43ccec2fd6",
            "last_updated": "2023-01-17T11:17:12.438432-05:00",
            "created_at": "2023-01-16T09:52:13.054328-05:00",
            "name": "Nashville Predators",
            "reward": "1.42000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93711441-ea2c-41d6-9e4c-154fe228572c/?format=api"
        },
        {
            "id": "196fcd0a-8cc0-4a4c-860c-0fab6537e13b",
            "gambit_id": "eb773818-97cb-4db3-b67b-194d711fd519",
            "last_updated": "2023-01-17T11:17:12.439573-05:00",
            "created_at": "2023-01-16T09:52:13.057302-05:00",
            "name": "Calgary Flames",
            "reward": "2.51000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93711441-ea2c-41d6-9e4c-154fe228572c/?format=api"
        }
    ]
}