GET /api/bet_types/5dffcd2c-cf5c-496d-9e4a-de89d83efca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5dffcd2c-cf5c-496d-9e4a-de89d83efca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/26bee3f1-0c95-4c1c-b53f-fdb378487a5c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T13:07:19.218837-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": "MIA",
                "amount": 5421.0
            },
            {
                "team": "CHC",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e4c0e63-ac04-4eaf-abcb-57dd0d0c160d",
            "gambit_id": "85e8be74-b1ac-443e-b421-5e8f7643bb70",
            "last_updated": "2023-05-07T11:57:22.558793-04:00",
            "created_at": "2023-05-06T13:07:19.221540-04:00",
            "name": "MIA",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dffcd2c-cf5c-496d-9e4a-de89d83efca2/?format=api"
        },
        {
            "id": "e2b2d1a2-fe07-4514-a1de-ff4a1905092f",
            "gambit_id": "c537f960-74ce-4eb3-8e32-0c040e5648cf",
            "last_updated": "2023-05-07T11:57:22.557563-04:00",
            "created_at": "2023-05-06T13:07:19.220164-04:00",
            "name": "CHC",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dffcd2c-cf5c-496d-9e4a-de89d83efca2/?format=api"
        }
    ]
}