GET /api/bet_types/181616e8-9c39-4571-b76b-d93bbc5ab502/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "181616e8-9c39-4571-b76b-d93bbc5ab502",
    "match": "https://api-prod.gambitprofit.com/api/matches/c75acd61-d993-4069-8610-8b424dbb7010/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T10:48:05.156996-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5377.0
            },
            {
                "team": "Chelsea",
                "amount": 4623.0
            }
        ],
        "expected_reward_tokens": 12851.03,
        "profit_sb": 3351.03,
        "profit_sb_percentage": 35.27,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 3870.0
            },
            {
                "team": "Chelsea",
                "amount": 3327.0
            },
            {
                "team": "Draw",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9249.06,
        "profit_sb": -250.94,
        "profit_sb_percentage": -2.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "91ebd679-1fa2-4148-a463-8b0ad435e0ee",
            "gambit_id": "fb31f1fa-18c4-410f-a04a-563df744ab32",
            "last_updated": "2023-12-12T10:33:15.493572-05:00",
            "created_at": "2023-12-08T10:48:05.165532-05:00",
            "name": "Everton",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/181616e8-9c39-4571-b76b-d93bbc5ab502/?format=api"
        },
        {
            "id": "6bf41dcd-a4f2-46f0-a015-4d4d67a5e67a",
            "gambit_id": "d9f83d46-4f0e-4b07-8242-5bae0db00127",
            "last_updated": "2023-12-12T10:33:15.496946-05:00",
            "created_at": "2023-12-08T10:48:05.169401-05:00",
            "name": "Chelsea",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/181616e8-9c39-4571-b76b-d93bbc5ab502/?format=api"
        },
        {
            "id": "f5d5ff51-25e4-4764-9bc5-e3d2891a954b",
            "gambit_id": "276540ff-9e8d-422b-9d04-0a4e0f8f2e0d",
            "last_updated": "2023-12-12T10:33:15.490185-05:00",
            "created_at": "2023-12-08T10:48:05.161296-05:00",
            "name": "Draw",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/181616e8-9c39-4571-b76b-d93bbc5ab502/?format=api"
        }
    ]
}