GET /api/bet_types/212a3bee-4892-4be5-aafc-2ee49c0180c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "212a3bee-4892-4be5-aafc-2ee49c0180c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c6d1379-459d-4769-baf2-72e518946f5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:07.638451-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 (K Crawford)",
                "amount": 5337.0
            },
            {
                "team": "DET (M Boyd)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "4549faa6-3d06-4310-8f97-ec2a26b56b41",
            "gambit_id": "ebc81a97-f95a-47a1-80a0-4e0ad21c9752",
            "last_updated": "2023-04-10T14:37:07.162148-04:00",
            "created_at": "2023-04-09T09:27:07.642445-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212a3bee-4892-4be5-aafc-2ee49c0180c2/?format=api"
        },
        {
            "id": "93f40913-3576-484b-b6c6-fb797600f689",
            "gambit_id": "1df823de-93dc-4f71-b094-c9554e4424d0",
            "last_updated": "2023-04-10T14:37:07.160412-04:00",
            "created_at": "2023-04-09T09:27:07.640248-04:00",
            "name": "DET (M Boyd)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212a3bee-4892-4be5-aafc-2ee49c0180c2/?format=api"
        }
    ]
}