GET /api/bet_types/8938dd07-bd30-4c50-8c99-fa770fe5106c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8938dd07-bd30-4c50-8c99-fa770fe5106c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fa5158d-fd65-4ba1-a69a-5363d73614bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-31T10:23:04.540378-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": "HOU (J France)",
                "amount": 6139.0
            },
            {
                "team": "CLE (N Syndergaard)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b968bc4-6b1c-4132-888c-0a1cda756ccf",
            "gambit_id": "7451232f-fbdf-4f1a-a11c-15ba8e3540f5",
            "last_updated": "2023-08-01T11:03:23.555807-04:00",
            "created_at": "2023-07-31T10:23:04.552313-04:00",
            "name": "HOU (J France)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8938dd07-bd30-4c50-8c99-fa770fe5106c/?format=api"
        },
        {
            "id": "b563dab6-6829-4fcb-9d8e-52ee523720ba",
            "gambit_id": "53fb5b60-ae14-4417-a203-837d967c1e7b",
            "last_updated": "2023-08-01T11:03:23.549418-04:00",
            "created_at": "2023-07-31T10:23:04.546444-04:00",
            "name": "CLE (N Syndergaard)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8938dd07-bd30-4c50-8c99-fa770fe5106c/?format=api"
        }
    ]
}