GET /api/bet_types/98b8f8e7-1310-44b6-839d-da5ccf9bad44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98b8f8e7-1310-44b6-839d-da5ccf9bad44",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ba42368-7407-425c-87ab-4d70bbc88a44/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-03T11:03:20.786583-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c2f13f3-7595-4093-8fb4-e0a202b2373b",
            "gambit_id": "ab849664-c745-45b0-8efe-e94764eed685",
            "last_updated": "2023-07-04T10:48:06.545585-04:00",
            "created_at": "2023-07-03T11:03:20.788385-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b8f8e7-1310-44b6-839d-da5ccf9bad44/?format=api"
        },
        {
            "id": "d23cb315-86ac-430b-b49f-8794faf16049",
            "gambit_id": "d57e739a-0f9a-4511-be2c-9e7743c242f3",
            "last_updated": "2023-07-04T10:48:06.547608-04:00",
            "created_at": "2023-07-03T11:03:20.790343-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b8f8e7-1310-44b6-839d-da5ccf9bad44/?format=api"
        }
    ]
}