GET /api/bet_types/eafe8309-af58-43a9-a7d4-69559c9c2bd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eafe8309-af58-43a9-a7d4-69559c9c2bd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e13797c9-1708-47d6-ad0b-bab18375a770/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T12:32:09.890154-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": "Zach Calmus",
                "amount": 7086.0
            },
            {
                "team": "Michael Furnier",
                "amount": 2914.0
            }
        ],
        "expected_reward_tokens": 9353.52,
        "profit_sb": -146.48,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "31c81cec-8b81-45e8-b81c-34eb20704cf8",
            "gambit_id": "55cd929f-58a1-429d-93dd-fdef25bcdbb4",
            "last_updated": "2023-03-26T13:37:05.772559-04:00",
            "created_at": "2023-03-22T12:32:09.895757-04:00",
            "name": "Zach Calmus",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eafe8309-af58-43a9-a7d4-69559c9c2bd6/?format=api"
        },
        {
            "id": "9c926b7b-7b48-426a-9edb-1d7e41384148",
            "gambit_id": "01e45673-d68a-4edf-a16f-92cfb874a3b1",
            "last_updated": "2023-03-26T13:37:05.770302-04:00",
            "created_at": "2023-03-22T12:32:09.893024-04:00",
            "name": "Michael Furnier",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eafe8309-af58-43a9-a7d4-69559c9c2bd6/?format=api"
        }
    ]
}