GET /api/bet_types/c776a58a-c76b-4f66-8077-e8a7d14f38c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c776a58a-c76b-4f66-8077-e8a7d14f38c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d462279c-61cb-40f5-bfb2-66ae8d0ee03c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:07:13.868080-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 6756.0
            },
            {
                "team": "Draw",
                "amount": 3244.0
            }
        ],
        "expected_reward_tokens": 11483.76,
        "profit_sb": 1983.76,
        "profit_sb_percentage": 20.88,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 5406.0
            },
            {
                "team": "Draw",
                "amount": 2596.0
            },
            {
                "team": "Southampton",
                "amount": 1998.0
            }
        ],
        "expected_reward_tokens": 9189.84,
        "profit_sb": -310.16,
        "profit_sb_percentage": -3.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "551b0b59-bbb4-4d13-a4fa-e651bb3ba2c5",
            "gambit_id": "f7c4a304-3cbc-4145-a227-2ed93be7b4be",
            "last_updated": "2023-04-03T20:32:19.793672-04:00",
            "created_at": "2023-03-31T11:07:13.876767-04:00",
            "name": "West Ham United",
            "reward": "1.70000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c776a58a-c76b-4f66-8077-e8a7d14f38c4/?format=api"
        },
        {
            "id": "0fc462ed-7286-4880-b7fb-8f03b6616a4b",
            "gambit_id": "66a0ed63-6afe-4078-8c7d-1a0ec31cc049",
            "last_updated": "2023-04-03T20:32:19.789011-04:00",
            "created_at": "2023-03-31T11:07:13.871019-04:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c776a58a-c76b-4f66-8077-e8a7d14f38c4/?format=api"
        },
        {
            "id": "37be1664-7f67-4a62-95be-03864ac31791",
            "gambit_id": "c6e37c90-715b-4418-8256-86c18f8b448e",
            "last_updated": "2023-04-03T20:32:19.791361-04:00",
            "created_at": "2023-03-31T11:07:13.873827-04:00",
            "name": "Southampton",
            "reward": "4.60000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c776a58a-c76b-4f66-8077-e8a7d14f38c4/?format=api"
        }
    ]
}