GET /api/bet_types/dfe49f10-dd20-4fc7-8dff-ed7460c7d1d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfe49f10-dd20-4fc7-8dff-ed7460c7d1d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a952aa79-96c0-4a41-8970-2e3a3431d49f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:00.138373-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": 6399.0
            },
            {
                "team": "MIA",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "14ac2c4c-68c9-4bd7-9f81-eab01d94e62f",
            "gambit_id": "124b0c89-5958-43c6-8163-98538bb52e40",
            "last_updated": "2023-04-18T12:12:11.762902-04:00",
            "created_at": "2023-04-17T11:42:00.144866-04:00",
            "name": "SFO",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe49f10-dd20-4fc7-8dff-ed7460c7d1d4/?format=api"
        },
        {
            "id": "3b4ef07b-3945-4acc-8798-1aeca21d848c",
            "gambit_id": "fb7f4a9b-a7b6-4ba4-909a-1f16e5c3a9da",
            "last_updated": "2023-04-18T12:12:11.761460-04:00",
            "created_at": "2023-04-17T11:42:00.141147-04:00",
            "name": "MIA",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe49f10-dd20-4fc7-8dff-ed7460c7d1d4/?format=api"
        }
    ]
}