GET /api/bet_types/29461571-d35e-4c5b-95bb-8bcfd95da1d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29461571-d35e-4c5b-95bb-8bcfd95da1d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f83b6cdb-5498-4d89-833f-c06f78d56054/?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": "Colorado Rapids",
                "amount": 7064.0
            },
            {
                "team": "Draw",
                "amount": 2936.0
            }
        ],
        "expected_reward_tokens": 10949.2,
        "profit_sb": 1949.2,
        "profit_sb_percentage": 21.66,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Colorado Rapids",
                "amount": 5716.0
            },
            {
                "team": "Draw",
                "amount": 2375.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 1909.0
            }
        ],
        "expected_reward_tokens": 8857.76,
        "profit_sb": -142.24,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "187c6088-0faf-4d6d-b46f-2eb3e7473d06",
            "gambit_id": "5981fb5f-07ce-46b1-b3fd-b34a9116bbcc",
            "last_updated": "2022-08-07T14:52:19.563146-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rapids",
            "reward": "1.55000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29461571-d35e-4c5b-95bb-8bcfd95da1d5/?format=api"
        },
        {
            "id": "db7cf289-10bf-4ded-8645-d4a8b191bfd1",
            "gambit_id": "a1fc32c7-93f4-4c1b-af4a-0a5897d0b8b8",
            "last_updated": "2022-08-07T14:52:19.563686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29461571-d35e-4c5b-95bb-8bcfd95da1d5/?format=api"
        },
        {
            "id": "b09a0671-256d-43c5-bfdd-577a8eeaa52d",
            "gambit_id": "80285034-64f7-45c3-8d5d-3587d1e638a8",
            "last_updated": "2022-08-07T14:52:19.562343-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "4.64000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29461571-d35e-4c5b-95bb-8bcfd95da1d5/?format=api"
        }
    ]
}