GET /api/bet_types/2197b6f3-f063-41c3-9f2f-515002d4dfcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2197b6f3-f063-41c3-9f2f-515002d4dfcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/db43c4e6-a873-462b-a685-123c9425c3f3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Capitals",
                "amount": 6042.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "06c05b31-42e7-4395-b9ab-96e0d0d68022",
            "gambit_id": "53c710b8-2a26-483b-8803-5f38b0dc95b6",
            "last_updated": "2022-11-14T15:12:39.226390-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2197b6f3-f063-41c3-9f2f-515002d4dfcb/?format=api"
        },
        {
            "id": "0d8d24c4-74f1-43cc-a527-256d1671a145",
            "gambit_id": "46cb126b-abc1-46a0-ab19-94055793a819",
            "last_updated": "2022-11-14T15:12:39.224956-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2197b6f3-f063-41c3-9f2f-515002d4dfcb/?format=api"
        }
    ]
}