GET /api/bet_types/dd8d2682-2443-47d1-a700-74225ab75d2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd8d2682-2443-47d1-a700-74225ab75d2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc8beb6e-b467-44b1-945b-dee2c24dae65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-09T09:42:59.105040-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": "ARI",
                "amount": 6154.0
            },
            {
                "team": "CHC",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "98d8f97b-dc36-4b6d-a210-7e7dd3be9e0f",
            "gambit_id": "89198a66-5419-43b1-8dc9-aebbc4aef678",
            "last_updated": "2023-09-10T20:23:02.183665-04:00",
            "created_at": "2023-09-09T09:42:59.108764-04:00",
            "name": "ARI",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8d2682-2443-47d1-a700-74225ab75d2f/?format=api"
        },
        {
            "id": "c191488f-8845-486f-9406-c6f620040965",
            "gambit_id": "1ad2ad10-c97c-4832-9ce7-cb2985fa4339",
            "last_updated": "2023-09-10T20:23:02.188310-04:00",
            "created_at": "2023-09-09T09:42:59.115536-04:00",
            "name": "CHC",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8d2682-2443-47d1-a700-74225ab75d2f/?format=api"
        }
    ]
}