GET /api/bet_types/e4366f9d-3305-40fa-b574-160b8c1f1a36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4366f9d-3305-40fa-b574-160b8c1f1a36",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1d2a5bc-02a1-42be-9a5c-12331ff97b7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Mexico",
                "amount": 7121.0
            },
            {
                "team": "Draw",
                "amount": 2879.0
            }
        ],
        "expected_reward_tokens": 10681.09,
        "profit_sb": 1681.09,
        "profit_sb_percentage": 18.68,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Mexico",
                "amount": 5807.0
            },
            {
                "team": "Draw",
                "amount": 2348.0
            },
            {
                "team": "Saudi Arabia",
                "amount": 1845.0
            }
        ],
        "expected_reward_tokens": 8708.4,
        "profit_sb": -291.6,
        "profit_sb_percentage": -3.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "11085c76-9057-43dd-896b-fc630e8be5e5",
            "gambit_id": "d9fc6f98-3b00-4b86-9322-b5284a1d491a",
            "last_updated": "2022-12-01T16:27:24.180745-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mexico",
            "reward": "1.50000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4366f9d-3305-40fa-b574-160b8c1f1a36/?format=api"
        },
        {
            "id": "615c2ed4-9157-4699-8ad3-bc4e3d07e03f",
            "gambit_id": "9e43933c-82d5-4742-8e6d-f3d74e1d5965",
            "last_updated": "2022-12-01T16:27:24.182838-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.71000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4366f9d-3305-40fa-b574-160b8c1f1a36/?format=api"
        },
        {
            "id": "df579a04-e159-43b5-8254-d20b6f2651e6",
            "gambit_id": "55315f5c-30b5-4a3f-8daf-7e5a8a9dbccc",
            "last_updated": "2022-12-01T16:27:24.181781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Saudi Arabia",
            "reward": "4.72000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4366f9d-3305-40fa-b574-160b8c1f1a36/?format=api"
        }
    ]
}