GET /api/bet_types/65f349a2-11b3-4c02-ba67-fa8c4c8f71ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65f349a2-11b3-4c02-ba67-fa8c4c8f71ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ece7119-d2a4-4bea-a73f-26cfb2f11e7e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "TEX",
                "amount": 5410.0
            },
            {
                "team": "TOR",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 9088.2,
        "profit_sb": 88.2,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9be5154-9e03-4beb-a110-d00961e5ce09",
            "gambit_id": "6c08ad68-3fe7-4577-94bb-43f664ba8481",
            "last_updated": "2022-09-10T21:57:23.461807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f349a2-11b3-4c02-ba67-fa8c4c8f71ba/?format=api"
        },
        {
            "id": "5ce29cea-33bb-4f1c-8344-03ad1c78e070",
            "gambit_id": "0baff4c4-dc80-44d7-923f-60bca53054e3",
            "last_updated": "2022-09-10T21:57:23.462859-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65f349a2-11b3-4c02-ba67-fa8c4c8f71ba/?format=api"
        }
    ]
}