GET /api/bet_types/18b5e135-5dce-4332-822c-6662b2fa35d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18b5e135-5dce-4332-822c-6662b2fa35d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d0d1d27-4ff6-43cf-b5bd-175da4f59b60/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:51.450068-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": "Miami Heat",
                "amount": 5619.0
            },
            {
                "team": "Boston Celtics",
                "amount": 4381.0
            }
        ],
        "expected_reward_tokens": 9550.58,
        "profit_sb": 50.58,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5c05bd0-2da0-4059-9e9a-8c54c1c667c1",
            "gambit_id": "80467c4d-da35-499e-9072-2868638d7629",
            "last_updated": "2023-01-25T10:51:48.816534-05:00",
            "created_at": "2023-01-24T09:31:51.452441-05:00",
            "name": "Miami Heat",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b5e135-5dce-4332-822c-6662b2fa35d7/?format=api"
        },
        {
            "id": "80acccc1-b6ca-4e2f-a50c-0ff248aca82a",
            "gambit_id": "faa6bbe1-a144-4800-bb46-2be768ee236e",
            "last_updated": "2023-01-25T10:51:48.817637-05:00",
            "created_at": "2023-01-24T09:31:51.454990-05:00",
            "name": "Boston Celtics",
            "reward": "2.18000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b5e135-5dce-4332-822c-6662b2fa35d7/?format=api"
        }
    ]
}