GET /api/bet_types/d42f92d0-6c3d-459d-abd3-cef0fbb6d982/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d42f92d0-6c3d-459d-abd3-cef0fbb6d982",
    "match": "https://api-prod.gambitprofit.com/api/matches/a104ae32-062f-4e5a-95b1-550c58982744/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:03.712909-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": "LAA",
                "amount": 6154.0
            },
            {
                "team": "DET",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d8f9c05-a371-401f-89e3-ae7d433c32da",
            "gambit_id": "1b9e848d-2def-4bea-b3e9-3b1b7a4d5f84",
            "last_updated": "2023-09-24T14:03:05.164326-04:00",
            "created_at": "2023-09-17T10:28:03.721812-04:00",
            "name": "LAA",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42f92d0-6c3d-459d-abd3-cef0fbb6d982/?format=api"
        },
        {
            "id": "a2609f8d-7a11-4692-a44e-5b8ce23327b7",
            "gambit_id": "aae6d6ff-77f3-4c58-a02d-441dee250e7d",
            "last_updated": "2023-09-24T14:03:05.161009-04:00",
            "created_at": "2023-09-17T10:28:03.716855-04:00",
            "name": "DET",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42f92d0-6c3d-459d-abd3-cef0fbb6d982/?format=api"
        }
    ]
}