GET /api/bet_types/32f962a1-c7d1-47ec-9f6e-21dd2d63a44c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32f962a1-c7d1-47ec-9f6e-21dd2d63a44c",
    "match": "https://api-prod.gambitprofit.com/api/matches/33b77164-65d6-4c6a-abd4-9b8267c371ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T09:42:07.113397-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": "Toronto Raptors",
                "amount": 8681.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1319.0
            }
        ],
        "expected_reward_tokens": 9549.1,
        "profit_sb": 49.1,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "fbde9b54-cd9c-47e6-9b6c-d492fa90609f",
            "gambit_id": "7113a456-b4f9-45a0-881b-45d95fa0715d",
            "last_updated": "2023-03-26T13:37:06.380671-04:00",
            "created_at": "2023-03-24T09:42:07.114973-04:00",
            "name": "Toronto Raptors",
            "reward": "1.10000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f962a1-c7d1-47ec-9f6e-21dd2d63a44c/?format=api"
        },
        {
            "id": "62f979bf-a801-4d59-a3af-9d2bbb99e171",
            "gambit_id": "b98f432b-2986-4644-830b-ea90435f31bd",
            "last_updated": "2023-03-26T13:37:06.383227-04:00",
            "created_at": "2023-03-24T09:42:07.116435-04:00",
            "name": "Detroit Pistons",
            "reward": "7.24000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32f962a1-c7d1-47ec-9f6e-21dd2d63a44c/?format=api"
        }
    ]
}