GET /api/bet_types/24bc587e-9a49-4f02-b321-ac570dbf988a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24bc587e-9a49-4f02-b321-ac570dbf988a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b778d1e4-7e7c-4c3a-b744-eb5fc9c62897/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-01T13:17:02.739148-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": "COL",
                "amount": 5421.0
            },
            {
                "team": "ARI",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "6361e29e-6a6f-48e5-85c1-275899117a4f",
            "gambit_id": "f692e03d-5e64-4e34-8dd4-90c403c7ca67",
            "last_updated": "2023-06-02T13:52:21.656437-04:00",
            "created_at": "2023-06-01T13:17:02.741710-04:00",
            "name": "COL",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24bc587e-9a49-4f02-b321-ac570dbf988a/?format=api"
        },
        {
            "id": "1f80ad8d-8283-4d5e-a717-c59b35e6e190",
            "gambit_id": "e9731aa7-6c0d-4e7e-bfe1-947960c570c2",
            "last_updated": "2023-06-02T13:52:21.659117-04:00",
            "created_at": "2023-06-01T13:17:02.744525-04:00",
            "name": "ARI",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24bc587e-9a49-4f02-b321-ac570dbf988a/?format=api"
        }
    ]
}