GET /api/bet_types/52d102d1-e3e2-496b-9adc-ace812f91b36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52d102d1-e3e2-496b-9adc-ace812f91b36",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1d9f0cb-286f-4578-8270-38c5596c9aae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T09:07:00.031218-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7da58ae-6c62-4151-88eb-bbf35990f04c",
            "gambit_id": "f3a18211-a988-47ff-bda0-4e2c826d9989",
            "last_updated": "2023-04-07T20:32:11.894964-04:00",
            "created_at": "2023-04-06T09:07:00.032681-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d102d1-e3e2-496b-9adc-ace812f91b36/?format=api"
        },
        {
            "id": "8887b39d-487a-4edc-8fcf-e6e5a4542ddf",
            "gambit_id": "618392e0-4c94-4f59-821a-1bf570d158a4",
            "last_updated": "2023-04-07T20:32:11.896653-04:00",
            "created_at": "2023-04-06T09:07:00.034244-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52d102d1-e3e2-496b-9adc-ace812f91b36/?format=api"
        }
    ]
}