GET /api/bet_types/9122023c-235e-4fb1-b85b-be45942699de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9122023c-235e-4fb1-b85b-be45942699de",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ac0a94d-7ed1-4b9c-a3ae-b3ef7120f1e7/?format=api",
    "name": "FreeForm",
    "created_at": "2023-04-05T09:52:05.676241-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1be48117-7d90-465e-9b0c-ada300fa1e17",
            "gambit_id": "c9a4c0f1-a57f-442e-b48b-c478d578847d",
            "last_updated": "2023-04-06T21:37:00.447493-04:00",
            "created_at": "2023-04-05T09:52:05.678612-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9122023c-235e-4fb1-b85b-be45942699de/?format=api"
        },
        {
            "id": "573d3fdd-ec0e-4c1f-8974-6e358fdf76c3",
            "gambit_id": "34e883e6-cc64-4454-9cdf-596c147a260a",
            "last_updated": "2023-04-06T21:37:00.448983-04:00",
            "created_at": "2023-04-05T09:52:05.680965-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9122023c-235e-4fb1-b85b-be45942699de/?format=api"
        }
    ]
}