GET /api/bet_types/91b4399d-86e2-47ea-bbe3-77ce273e534b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91b4399d-86e2-47ea-bbe3-77ce273e534b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6abbb338-587f-48bb-acf6-e3ce62a3de93/?format=api",
    "name": "FreeForm",
    "created_at": "2024-01-20T05:38:18.497049-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": "186366c8-a40b-4921-b39f-2fa4ce1fc18f",
            "gambit_id": "38eddc92-30af-45a6-8e71-57077149485c",
            "last_updated": "2024-01-23T18:33:35.625267-05:00",
            "created_at": "2024-01-20T05:38:18.501207-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b4399d-86e2-47ea-bbe3-77ce273e534b/?format=api"
        },
        {
            "id": "302f253a-de27-4c32-80ea-78e1a0d5547b",
            "gambit_id": "73315acd-7d82-4c5c-ad83-b35da28fe033",
            "last_updated": "2024-01-23T18:33:35.628568-05:00",
            "created_at": "2024-01-20T05:38:18.505212-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b4399d-86e2-47ea-bbe3-77ce273e534b/?format=api"
        }
    ]
}