GET /api/bet_types/3ac1d1a6-88e7-4600-a92a-d53bbba45ea1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ac1d1a6-88e7-4600-a92a-d53bbba45ea1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe94a4ae-3f8e-4743-ab7d-dc368a7683f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:55.183841-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": "San Jose Sharks",
                "amount": 6458.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bb543cd-b412-4573-9587-0df7e6bcef8f",
            "gambit_id": "60b05a12-7dbd-45bb-88c6-a93b515b97ce",
            "last_updated": "2023-03-06T11:42:13.207998-05:00",
            "created_at": "2023-03-04T10:37:55.185069-05:00",
            "name": "San Jose Sharks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ac1d1a6-88e7-4600-a92a-d53bbba45ea1/?format=api"
        },
        {
            "id": "7c4c4175-5c60-407c-827f-061b2f9a9341",
            "gambit_id": "09684b00-c2dc-4b4c-b02d-6c3fbec8ff83",
            "last_updated": "2023-03-06T11:42:13.209148-05:00",
            "created_at": "2023-03-04T10:37:55.186343-05:00",
            "name": "Washington Capitals",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ac1d1a6-88e7-4600-a92a-d53bbba45ea1/?format=api"
        }
    ]
}