GET /api/bet_types/7bd41564-c9bc-4c81-b213-cc2e1e28f967/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bd41564-c9bc-4c81-b213-cc2e1e28f967",
    "match": "https://api-prod.gambitprofit.com/api/matches/820e2cc0-f694-428f-9295-6b324f856f34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:01.961214-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": "SFO",
                "amount": 5512.0
            },
            {
                "team": "LOS",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa16a1fb-37dc-4b4b-8194-32f4c86f2215",
            "gambit_id": "e030fc61-fd72-43c0-8218-b418f8ebb651",
            "last_updated": "2023-04-11T13:17:04.575497-04:00",
            "created_at": "2023-04-10T11:22:01.962869-04:00",
            "name": "SFO",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd41564-c9bc-4c81-b213-cc2e1e28f967/?format=api"
        },
        {
            "id": "160c1955-a7fa-4c9d-814e-9ae3b7aef6a4",
            "gambit_id": "020e6ffa-1231-4823-b9f4-8a134fc0c045",
            "last_updated": "2023-04-11T13:17:04.578184-04:00",
            "created_at": "2023-04-10T11:22:01.964582-04:00",
            "name": "LOS",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bd41564-c9bc-4c81-b213-cc2e1e28f967/?format=api"
        }
    ]
}