GET /api/bet_types/0cb33d2a-0c90-4ff0-9bed-580ee585d8f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cb33d2a-0c90-4ff0-9bed-580ee585d8f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c844db8a-6c64-4673-be31-1e6351b4e0c2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:07.661026-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bb5118b-07aa-4ae0-b08a-02a51f7560e2",
            "gambit_id": "0414c542-14d6-4510-9cd2-4e3cf20e3be2",
            "last_updated": "2023-01-20T10:22:05.682291-05:00",
            "created_at": "2023-01-19T09:22:07.663442-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cb33d2a-0c90-4ff0-9bed-580ee585d8f3/?format=api"
        },
        {
            "id": "7ac4f706-1bbd-4512-bea4-5a1d723f74aa",
            "gambit_id": "9869a806-4c41-42f1-a2fa-fd083fc1e375",
            "last_updated": "2023-01-20T10:22:05.681176-05:00",
            "created_at": "2023-01-19T09:22:07.662220-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cb33d2a-0c90-4ff0-9bed-580ee585d8f3/?format=api"
        }
    ]
}