GET /api/bet_types/f6c148d8-4d03-475d-aa87-61d30a975a09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6c148d8-4d03-475d-aa87-61d30a975a09",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b4b3e79-a08f-4272-8439-dd5ef50ec062/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T07:23:16.714017-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": "Philadelphia 76ers",
                "amount": 8268.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1732.0
            }
        ],
        "expected_reward_tokens": 9508.2,
        "profit_sb": 8.2,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "c52b42a3-2d5c-4c76-b51a-7fb803c369d9",
            "gambit_id": "793d93c1-50e3-4c3d-9680-8f4ff39b4b55",
            "last_updated": "2024-01-23T18:28:33.038311-05:00",
            "created_at": "2024-01-20T07:23:16.720611-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c148d8-4d03-475d-aa87-61d30a975a09/?format=api"
        },
        {
            "id": "d4cd2954-c770-411e-b627-a9e5b95b0c4f",
            "gambit_id": "582d0259-8114-49b3-8d93-364642308e1e",
            "last_updated": "2024-01-23T18:28:33.041629-05:00",
            "created_at": "2024-01-20T07:23:16.724817-05:00",
            "name": "Charlotte Hornets",
            "reward": "5.49000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c148d8-4d03-475d-aa87-61d30a975a09/?format=api"
        }
    ]
}