GET /api/bet_types/123ac2e0-f141-45ab-b530-bb244d7161ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "123ac2e0-f141-45ab-b530-bb244d7161ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/daafdb4f-695b-4e74-9f69-2ba6dcedd7ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Charles Jourdain",
                "amount": 5574.0
            },
            {
                "team": "Nathaniel Wood",
                "amount": 4426.0
            }
        ],
        "expected_reward_tokens": 9029.04,
        "profit_sb": 29.04,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "1921cc74-e7e1-4cfd-980c-266ebf71063f",
            "gambit_id": "2a894352-f619-4208-9537-e58bd77e876b",
            "last_updated": "2022-09-05T10:32:07.911403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charles Jourdain",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123ac2e0-f141-45ab-b530-bb244d7161ea/?format=api"
        },
        {
            "id": "4af1ba81-7398-4f83-a75d-fad76c53405f",
            "gambit_id": "d1a54636-d6a1-40ce-b838-0bea908e69aa",
            "last_updated": "2022-09-05T10:32:07.912566-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nathaniel Wood",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123ac2e0-f141-45ab-b530-bb244d7161ea/?format=api"
        }
    ]
}