GET /api/bet_types/298e4032-cf12-4345-ab05-a48795c2b711/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "298e4032-cf12-4345-ab05-a48795c2b711",
    "match": "https://api-prod.gambitprofit.com/api/matches/41be8c49-8865-48ca-b24b-8aa93eadd5f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-03T11:03:19.875178-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "ATL (B Elder)",
                "amount": 5776.0
            },
            {
                "team": "CLE (G Williams)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "592b09b6-a9c5-482e-8cac-eaae6dc1fce9",
            "gambit_id": "d10caeda-f02a-4aeb-ae81-79ab70d71276",
            "last_updated": "2023-07-04T10:43:00.733094-04:00",
            "created_at": "2023-07-03T11:03:19.876759-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/298e4032-cf12-4345-ab05-a48795c2b711/?format=api"
        },
        {
            "id": "57e510b0-c81f-4409-aecb-046e18e055fe",
            "gambit_id": "6f3d0525-f33c-47ff-8798-f50cf2e09926",
            "last_updated": "2023-07-04T10:43:00.735269-04:00",
            "created_at": "2023-07-03T11:03:19.878388-04:00",
            "name": "CLE (G Williams)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/298e4032-cf12-4345-ab05-a48795c2b711/?format=api"
        }
    ]
}