GET /api/bet_types/ccc5bc6b-c6f8-4adf-b022-c81161e39f45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccc5bc6b-c6f8-4adf-b022-c81161e39f45",
    "match": "https://api-prod.gambitprofit.com/api/matches/f725948b-bc67-46f2-84c4-e6ef449881d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:17:11.650199-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": "Seattle Sea Dragons",
                "amount": 6603.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "251ca3d0-ac79-435b-8cd9-74af5eaf44ce",
            "gambit_id": "67886a19-2d2d-499b-8f7f-26d769aaa3e8",
            "last_updated": "2023-03-13T10:21:56.848211-04:00",
            "created_at": "2023-03-11T09:17:11.651593-05:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccc5bc6b-c6f8-4adf-b022-c81161e39f45/?format=api"
        },
        {
            "id": "97439e02-c8e4-465d-8e4d-fdfece334e5c",
            "gambit_id": "cedf3458-7b47-4bb4-9a5d-134d3a12d189",
            "last_updated": "2023-03-13T10:21:56.849760-04:00",
            "created_at": "2023-03-11T09:17:11.652934-05:00",
            "name": "San Antonio Brahmas",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccc5bc6b-c6f8-4adf-b022-c81161e39f45/?format=api"
        }
    ]
}