GET /api/bet_types/92d83c83-d2e1-4c85-b286-22c8e3a1d45f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92d83c83-d2e1-4c85-b286-22c8e3a1d45f",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd2362a6-0195-40c9-a4e4-b2fda1fc64dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:38:21.140064-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": "Dawid Oskar",
                "amount": 5000.0
            },
            {
                "team": "Matty Hill",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "739350ef-b5eb-4700-86e5-fcd68a9ab3c1",
            "gambit_id": "01d7f87c-bf3a-4faa-9ede-ea76fcad23ec",
            "last_updated": "2023-07-03T10:32:56.143375-04:00",
            "created_at": "2023-06-30T13:38:21.144692-04:00",
            "name": "Dawid Oskar",
            "reward": "1.84000",
            "odds": "1.87000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92d83c83-d2e1-4c85-b286-22c8e3a1d45f/?format=api"
        },
        {
            "id": "d4713f02-a031-4a58-9a1f-28915c9b76e1",
            "gambit_id": "b98134ab-397a-40a8-b186-8ad80a91da12",
            "last_updated": "2023-07-03T10:32:56.141036-04:00",
            "created_at": "2023-06-30T13:38:21.142417-04:00",
            "name": "Matty Hill",
            "reward": "1.84000",
            "odds": "1.87000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92d83c83-d2e1-4c85-b286-22c8e3a1d45f/?format=api"
        }
    ]
}