GET /api/bet_types/836b6241-3b3f-4383-9be6-4920ecc06228/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "836b6241-3b3f-4383-9be6-4920ecc06228",
    "match": "https://api-prod.gambitprofit.com/api/matches/2861f84b-b563-4201-82ef-2393527379b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:21.988678-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": 5688.0
            },
            {
                "team": "CWS",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "03498ae1-7caa-4b40-b9fb-5acc6000a0d4",
            "gambit_id": "19496f03-eb9c-4de0-bb6a-0f054e8a9629",
            "last_updated": "2023-10-03T10:03:10.681803-04:00",
            "created_at": "2023-10-01T09:18:21.992134-04:00",
            "name": "SDG",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/836b6241-3b3f-4383-9be6-4920ecc06228/?format=api"
        },
        {
            "id": "c867ca64-4eeb-4bf1-ab09-d5461a23c002",
            "gambit_id": "ff44c921-a5e3-4f17-9dd4-6b04dbfe5580",
            "last_updated": "2023-10-03T10:03:10.689558-04:00",
            "created_at": "2023-10-01T09:18:21.996737-04:00",
            "name": "CWS",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/836b6241-3b3f-4383-9be6-4920ecc06228/?format=api"
        }
    ]
}