GET /api/bet_types/7fb3b64a-21e8-4bf0-81a1-e252c3a8602b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fb3b64a-21e8-4bf0-81a1-e252c3a8602b",
    "match": "https://api-prod.gambitprofit.com/api/matches/51cabfb5-f04a-4b7f-b825-109d5e18f323/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-29T09:48:12.813946-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": "b3299280-ac3b-4f28-bb6d-539405622810",
            "gambit_id": "32293fa4-cca8-4be8-89ce-db159436645b",
            "last_updated": "2023-10-02T10:58:23.360340-04:00",
            "created_at": "2023-09-29T09:48:12.819684-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb3b64a-21e8-4bf0-81a1-e252c3a8602b/?format=api"
        },
        {
            "id": "9fcecb2d-d36a-4ae7-9158-7c706b0edbdf",
            "gambit_id": "328d7b8b-d3d5-4a09-8679-eff9e631987a",
            "last_updated": "2023-10-02T10:58:23.363962-04:00",
            "created_at": "2023-09-29T09:48:12.824234-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb3b64a-21e8-4bf0-81a1-e252c3a8602b/?format=api"
        }
    ]
}