GET /api/bet_types/42dd35c0-9617-4d75-8235-730089a4957d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42dd35c0-9617-4d75-8235-730089a4957d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c369be2e-f3ea-4599-9b07-ed892387f6be/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T11:13:13.578560-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": "MIL",
                "amount": 5699.0
            },
            {
                "team": "MIN",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "1dc2980b-1748-42f1-ba59-100c7b842f99",
            "gambit_id": "5d528ee7-7b6b-4cc5-b6e0-75596ec4aa3d",
            "last_updated": "2023-06-15T23:28:29.724395-04:00",
            "created_at": "2023-06-14T11:13:13.581045-04:00",
            "name": "MIL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42dd35c0-9617-4d75-8235-730089a4957d/?format=api"
        },
        {
            "id": "100ffc59-87f4-417b-982f-8a445d242443",
            "gambit_id": "29cdcdf7-a773-46e6-812b-5cedff093f49",
            "last_updated": "2023-06-15T23:28:29.727488-04:00",
            "created_at": "2023-06-14T11:13:13.583581-04:00",
            "name": "MIN",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42dd35c0-9617-4d75-8235-730089a4957d/?format=api"
        }
    ]
}