GET /api/bet_types/d643a250-f65e-44f5-813f-b5c47158392d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d643a250-f65e-44f5-813f-b5c47158392d",
    "match": "https://api-prod.gambitprofit.com/api/matches/77bf20c2-b150-48a2-86d8-5e4d54231a93/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-25T09:33:17.722750-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": "9fbb266c-1458-4e08-9d73-66761d6b5674",
            "gambit_id": "070f4b80-6c7d-43e6-a607-990666c2b7da",
            "last_updated": "2023-12-26T20:28:11.643619-05:00",
            "created_at": "2023-12-25T09:33:17.728475-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d643a250-f65e-44f5-813f-b5c47158392d/?format=api"
        },
        {
            "id": "04310e64-c1ea-4e13-9ef3-df4ef60d28be",
            "gambit_id": "5001ac30-fd5c-46fa-a75e-f98465f6409c",
            "last_updated": "2023-12-26T20:28:11.646849-05:00",
            "created_at": "2023-12-25T09:33:17.734462-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d643a250-f65e-44f5-813f-b5c47158392d/?format=api"
        }
    ]
}