GET /api/bet_types/f2796d8a-b3a7-4aef-8890-04e07b055d30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2796d8a-b3a7-4aef-8890-04e07b055d30",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ed62dbf-3699-4e79-816c-6710ca5e3751/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:15.027566-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": "PIT",
                "amount": 6458.0
            },
            {
                "team": "SFO",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c77267a-81ad-4697-8a6b-25dcbff95305",
            "gambit_id": "57b26023-f475-49b0-8aca-482d6f139dc0",
            "last_updated": "2023-06-01T10:12:09.894340-04:00",
            "created_at": "2023-05-31T11:47:15.030211-04:00",
            "name": "PIT",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2796d8a-b3a7-4aef-8890-04e07b055d30/?format=api"
        },
        {
            "id": "cb8386e5-c4a0-4e40-8223-e6251e22553d",
            "gambit_id": "2d9d6978-d2ca-46c1-a748-e1bdd72a2f50",
            "last_updated": "2023-06-01T10:12:09.897067-04:00",
            "created_at": "2023-05-31T11:47:15.032984-04:00",
            "name": "SFO",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2796d8a-b3a7-4aef-8890-04e07b055d30/?format=api"
        }
    ]
}