GET /api/bet_types/adebcd93-c093-4690-8989-c8a64e3e9813/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adebcd93-c093-4690-8989-c8a64e3e9813",
    "match": "https://api-prod.gambitprofit.com/api/matches/4600d86e-99ce-4ce2-b7c3-56316e4fc3f8/?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": "CF Montréal",
                "amount": 6964.0
            },
            {
                "team": "Draw",
                "amount": 3036.0
            }
        ],
        "expected_reward_tokens": 11142.12,
        "profit_sb": 2142.12,
        "profit_sb_percentage": 23.8,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "CF Montréal",
                "amount": 5541.0
            },
            {
                "team": "Draw",
                "amount": 2416.0
            },
            {
                "team": "Chicago Fire",
                "amount": 2043.0
            }
        ],
        "expected_reward_tokens": 8865.6,
        "profit_sb": -134.4,
        "profit_sb_percentage": -1.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "afa3a9fa-5e45-4005-8e8a-c86eed078629",
            "gambit_id": "cf341e15-5cf7-4916-89b0-ff8d1c14d2ca",
            "last_updated": "2022-09-14T13:52:28.970950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CF Montréal",
            "reward": "1.60000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adebcd93-c093-4690-8989-c8a64e3e9813/?format=api"
        },
        {
            "id": "f68ac8e2-60a7-47c9-b381-82bf3277d757",
            "gambit_id": "ab9651d0-12b6-4ef0-a3ea-c430812807e7",
            "last_updated": "2022-09-14T13:52:28.971950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.67000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adebcd93-c093-4690-8989-c8a64e3e9813/?format=api"
        },
        {
            "id": "ad92b668-8245-4e04-a35b-158eb7c4ad7c",
            "gambit_id": "a2e8199e-bcc9-44d8-8766-6bed38a5a879",
            "last_updated": "2022-09-14T13:52:28.969949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Fire",
            "reward": "4.34000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adebcd93-c093-4690-8989-c8a64e3e9813/?format=api"
        }
    ]
}