GET /api/bet_types/5a06f74b-8f48-4be1-ab3a-d9c15349c5ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a06f74b-8f48-4be1-ab3a-d9c15349c5ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8d7d7d1-c7c0-4818-b77a-5cf40f26ec98/?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": "Cleveland Cavaliers",
                "amount": 7627.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2373.0
            }
        ],
        "expected_reward_tokens": 9228.67,
        "profit_sb": 228.67,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9357a56-fc7c-4a08-a590-862ff5f62af3",
            "gambit_id": "6561634e-a1a1-42a7-9310-67ed429ef6d3",
            "last_updated": "2022-12-13T10:02:35.834015-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.21000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a06f74b-8f48-4be1-ab3a-d9c15349c5ee/?format=api"
        },
        {
            "id": "d049484a-451f-4216-a238-6bf19a9ed6f2",
            "gambit_id": "2d4cb8c4-4ade-4024-9918-08954393b886",
            "last_updated": "2022-12-13T10:02:35.832919-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.89000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a06f74b-8f48-4be1-ab3a-d9c15349c5ee/?format=api"
        }
    ]
}