GET /api/bet_types/bf056ad9-bd64-4c1b-bd7b-dc542c5c9a07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf056ad9-bd64-4c1b-bd7b-dc542c5c9a07",
    "match": "https://api-prod.gambitprofit.com/api/matches/248fd705-af9e-438b-9b3b-4233aefe4dd6/?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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce048d48-0160-4321-8884-bf5bb6c99080",
            "gambit_id": "c6abedf8-23a4-4f2d-89b8-fe19426dfed0",
            "last_updated": "2022-11-18T10:03:03.660008-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf056ad9-bd64-4c1b-bd7b-dc542c5c9a07/?format=api"
        },
        {
            "id": "0ff09fe0-5264-4b5a-812e-493ab65823df",
            "gambit_id": "e8b55d77-dd87-4674-85ed-54db2c01b3c9",
            "last_updated": "2022-11-18T10:03:03.661310-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf056ad9-bd64-4c1b-bd7b-dc542c5c9a07/?format=api"
        }
    ]
}