GET /api/bet_types/56d9282d-4d4f-4e12-b500-c64d1252ac5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56d9282d-4d4f-4e12-b500-c64d1252ac5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5ac7398-4919-40d8-92ae-b3f5c3922d39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T13:13:15.981903-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": "BOS (B Bello)",
                "amount": 5389.0
            },
            {
                "team": "NYY (J Brito)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "9bdd079e-4659-4ffd-9f5a-5b7df3945763",
            "gambit_id": "d289358c-e133-41d1-80e0-6b706af1be89",
            "last_updated": "2023-08-21T10:18:08.067432-04:00",
            "created_at": "2023-08-18T13:13:15.988160-04:00",
            "name": "BOS (B Bello)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56d9282d-4d4f-4e12-b500-c64d1252ac5f/?format=api"
        },
        {
            "id": "38bbe26b-398b-42cc-bb80-983a8a19918e",
            "gambit_id": "39823e72-d20f-452d-a00a-6816f0e67eeb",
            "last_updated": "2023-08-21T10:18:08.072328-04:00",
            "created_at": "2023-08-18T13:13:15.998149-04:00",
            "name": "NYY (J Brito)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56d9282d-4d4f-4e12-b500-c64d1252ac5f/?format=api"
        }
    ]
}