GET /api/bet_types/d3265a1b-51f6-40ab-9124-51eb7fe6cd91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3265a1b-51f6-40ab-9124-51eb7fe6cd91",
    "match": "https://api-prod.gambitprofit.com/api/matches/b565d7ed-9588-4503-bb5a-8b9fc738b6a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:04.800271-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": "SDG",
                "amount": 5512.0
            },
            {
                "team": "COL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a1d00e8-abd3-485f-ac6c-9fa3847dc5a3",
            "gambit_id": "d48ab6ef-cc45-4522-9d67-59e6ccd2a7f3",
            "last_updated": "2023-08-01T10:58:21.275891-04:00",
            "created_at": "2023-07-31T10:23:04.803928-04:00",
            "name": "SDG",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3265a1b-51f6-40ab-9124-51eb7fe6cd91/?format=api"
        },
        {
            "id": "e7b1b9c7-2ef7-4f7f-a2e4-08129f86eca9",
            "gambit_id": "9202628c-6ac7-4eac-b950-1e6102beb5fe",
            "last_updated": "2023-08-01T10:58:21.279059-04:00",
            "created_at": "2023-07-31T10:23:04.807732-04:00",
            "name": "COL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3265a1b-51f6-40ab-9124-51eb7fe6cd91/?format=api"
        }
    ]
}