GET /api/bet_types/6f300e49-70a2-4ede-8f5b-f78c3b4e34a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f300e49-70a2-4ede-8f5b-f78c3b4e34a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/919680c1-f7f9-45bb-bac7-95934391b63e/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:16.014816-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f48c62a-dbd5-4ec2-b184-4343d7dc22b0",
            "gambit_id": "c2d32936-d0d1-4512-be01-4d793f8ca2b2",
            "last_updated": "2022-12-28T21:37:13.405775-05:00",
            "created_at": "2022-12-27T08:57:16.015983-05:00",
            "name": "Toronto Raptors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f300e49-70a2-4ede-8f5b-f78c3b4e34a9/?format=api"
        },
        {
            "id": "474a582d-6a1d-4ebe-a1e2-74c3c872a7d6",
            "gambit_id": "c0d9e53a-7097-4d03-a06d-0de41421c0d5",
            "last_updated": "2022-12-28T21:37:13.404552-05:00",
            "created_at": "2022-12-27T08:57:16.017208-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f300e49-70a2-4ede-8f5b-f78c3b4e34a9/?format=api"
        }
    ]
}