GET /api/bet_types/c52b6113-a643-4afa-a509-18f4efdd42fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c52b6113-a643-4afa-a509-18f4efdd42fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8db581a4-707c-42f9-8ca3-5298cd903e36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:17.275546-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": "San Antonio Brahmas",
                "amount": 5423.0
            },
            {
                "team": "Orlando Guardians",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9e9697a-f9be-4f94-a927-b99d53635ccd",
            "gambit_id": "aa5583cc-dfbb-4383-9b23-07cb14d0db0d",
            "last_updated": "2023-04-17T11:42:04.952905-04:00",
            "created_at": "2023-04-14T12:02:17.276951-04:00",
            "name": "San Antonio Brahmas",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52b6113-a643-4afa-a509-18f4efdd42fc/?format=api"
        },
        {
            "id": "3625bed0-4898-4de8-87c5-627bf719ee4a",
            "gambit_id": "0e0bd487-900d-45ee-ba9d-b1aa9acf0208",
            "last_updated": "2023-04-17T11:42:04.955482-04:00",
            "created_at": "2023-04-14T12:02:17.278394-04:00",
            "name": "Orlando Guardians",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52b6113-a643-4afa-a509-18f4efdd42fc/?format=api"
        }
    ]
}