GET /api/bet_types/a3d89eff-df04-417a-ab72-0a1a227f7d8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3d89eff-df04-417a-ab72-0a1a227f7d8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd08811-fd99-405b-a129-cbfc3d38a09f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:13.529369-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": "ATL",
                "amount": 5319.0
            },
            {
                "team": "SFO",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "da9dc2db-33c1-4244-9a3a-0aec221d8338",
            "gambit_id": "a9833fb3-ab13-4c02-9b54-772a0e1dd210",
            "last_updated": "2023-08-21T10:18:06.791546-04:00",
            "created_at": "2023-08-18T08:43:13.538585-04:00",
            "name": "ATL",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d89eff-df04-417a-ab72-0a1a227f7d8d/?format=api"
        },
        {
            "id": "bd184ee0-8284-483e-b6f9-15f8c929896e",
            "gambit_id": "f5aa800a-f9f5-4fca-ac37-22fa104fd1a5",
            "last_updated": "2023-08-21T10:18:06.786844-04:00",
            "created_at": "2023-08-18T08:43:13.533704-04:00",
            "name": "SFO",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d89eff-df04-417a-ab72-0a1a227f7d8d/?format=api"
        }
    ]
}