GET /api/bet_types/3b68eed0-a442-4e94-ab26-bb29d31c0f90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b68eed0-a442-4e94-ab26-bb29d31c0f90",
    "match": "https://api-prod.gambitprofit.com/api/matches/799a329b-ad3c-4383-941c-7059778b8c4d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:17:11.511251-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": "Houston Roughnecks",
                "amount": 7610.0
            },
            {
                "team": "Orlando Guardians",
                "amount": 2390.0
            }
        ],
        "expected_reward_tokens": 9512.2,
        "profit_sb": 12.2,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4f7c4c9-e01d-42df-8544-4928c92d98e2",
            "gambit_id": "395a2b95-8066-470e-88fb-c48cb853bf48",
            "last_updated": "2023-03-13T10:21:56.692828-04:00",
            "created_at": "2023-03-11T09:17:11.513799-05:00",
            "name": "Houston Roughnecks",
            "reward": "1.25000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b68eed0-a442-4e94-ab26-bb29d31c0f90/?format=api"
        },
        {
            "id": "62be3b4c-cd6b-47c8-b93e-2e774e94c7c5",
            "gambit_id": "99510f62-e70c-4511-8bcc-2ded6b6e192d",
            "last_updated": "2023-03-13T10:21:56.691548-04:00",
            "created_at": "2023-03-11T09:17:11.512509-05:00",
            "name": "Orlando Guardians",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b68eed0-a442-4e94-ab26-bb29d31c0f90/?format=api"
        }
    ]
}