GET /api/bet_types/bf9a10d7-444b-4626-a1a8-7c172786ffe8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf9a10d7-444b-4626-a1a8-7c172786ffe8",
    "match": "https://api-prod.gambitprofit.com/api/matches/09f9b2c4-9232-4b53-ad98-aafdba582bd9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:57.787496-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": "SEA",
                "amount": 6020.0
            },
            {
                "team": "HOU",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebc02b3e-8560-4425-a714-9e1d305a2e67",
            "gambit_id": "dd6daf3b-6093-4d7b-860b-414fabe25525",
            "last_updated": "2023-05-07T11:57:21.290052-04:00",
            "created_at": "2023-05-06T11:51:57.788900-04:00",
            "name": "SEA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf9a10d7-444b-4626-a1a8-7c172786ffe8/?format=api"
        },
        {
            "id": "8b4b2f6f-d47d-432d-8fbc-678e34213ff7",
            "gambit_id": "d9e85eff-43d4-416c-9997-5d6bd94c1ef5",
            "last_updated": "2023-05-07T11:57:21.291436-04:00",
            "created_at": "2023-05-06T11:51:57.790458-04:00",
            "name": "HOU",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf9a10d7-444b-4626-a1a8-7c172786ffe8/?format=api"
        }
    ]
}