GET /api/bet_types/1b09c00a-f737-4680-ac6b-363e192452c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b09c00a-f737-4680-ac6b-363e192452c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8205702a-dcd6-4189-b9b6-7bac26bf3f98/?format=api",
    "name": "FreeForm",
    "created_at": "2023-11-20T09:48:12.598597-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": "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": "2b526804-7304-41ce-960f-85b9219ab44d",
            "gambit_id": "bcd0c8d0-07b8-466d-8a36-f4f5ef00780f",
            "last_updated": "2023-11-21T14:43:27.723595-05:00",
            "created_at": "2023-11-20T09:48:12.602533-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b09c00a-f737-4680-ac6b-363e192452c6/?format=api"
        },
        {
            "id": "4c06c9e9-60c1-4c42-99ee-fc94726ca087",
            "gambit_id": "c7010b3c-e9e4-4b51-8783-289c3d4f255a",
            "last_updated": "2023-11-21T14:43:27.726835-05:00",
            "created_at": "2023-11-20T09:48:12.606462-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b09c00a-f737-4680-ac6b-363e192452c6/?format=api"
        }
    ]
}