GET /api/bet_types/7b6bee7b-7674-401c-976e-372758a22f3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b6bee7b-7674-401c-976e-372758a22f3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5535d98-0753-4ee0-8e05-a8b8fe44f12a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:15.699972-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": 5107.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbae5a36-f300-4f45-adba-c86d9be63296",
            "gambit_id": "af26cf0a-b58e-4055-a29c-3941d8ba27d1",
            "last_updated": "2024-01-29T21:48:08.346679-05:00",
            "created_at": "2024-01-27T09:18:15.708685-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b6bee7b-7674-401c-976e-372758a22f3f/?format=api"
        },
        {
            "id": "7c631b2c-cdbc-483e-aa69-329a550db759",
            "gambit_id": "35d08359-4ce3-4d69-a227-2e1319b3bcc8",
            "last_updated": "2024-01-29T21:48:08.343450-05:00",
            "created_at": "2024-01-27T09:18:15.703971-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b6bee7b-7674-401c-976e-372758a22f3f/?format=api"
        }
    ]
}