GET /api/bet_types/b500fb9e-c585-457a-85ec-e5fec3ac8492/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b500fb9e-c585-457a-85ec-e5fec3ac8492",
    "match": "https://api-prod.gambitprofit.com/api/matches/54f5858c-7729-4bc1-9dce-2c70c8249b68/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:01.481789-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": "BOS",
                "amount": 6100.0
            },
            {
                "team": "MIN",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "23bbe0fe-aa08-4c67-9ec8-f38a7b85f7de",
            "gambit_id": "1bc4554f-cd7e-463f-88f9-6302eefc6b0c",
            "last_updated": "2023-04-19T13:52:28.322054-04:00",
            "created_at": "2023-04-18T12:12:01.484203-04:00",
            "name": "BOS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b500fb9e-c585-457a-85ec-e5fec3ac8492/?format=api"
        },
        {
            "id": "5e66879a-35fd-4b73-84d2-e98220d85523",
            "gambit_id": "865e1ce2-2a4e-4d43-a0a7-2fa60cd10f2c",
            "last_updated": "2023-04-19T13:52:28.324506-04:00",
            "created_at": "2023-04-18T12:12:01.486844-04:00",
            "name": "MIN",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b500fb9e-c585-457a-85ec-e5fec3ac8492/?format=api"
        }
    ]
}