GET /api/bet_types/5622dccf-d2bb-4d40-af6b-7a1845717d0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5622dccf-d2bb-4d40-af6b-7a1845717d0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/89bcaa61-ecd1-4a08-b940-829d0f58e557/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:05.591753-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b38df53-1107-45f8-9832-b9f90b95d1b6",
            "gambit_id": "42583a2b-ec7a-4200-bd08-965b0f8cedf8",
            "last_updated": "2023-12-23T14:43:19.392282-05:00",
            "created_at": "2023-12-21T09:13:05.596574-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5622dccf-d2bb-4d40-af6b-7a1845717d0b/?format=api"
        },
        {
            "id": "ee65c6f1-f66a-43c0-ad18-93fd973a5346",
            "gambit_id": "8acf3877-ff10-4ec7-8a83-c6de008881dc",
            "last_updated": "2023-12-23T14:43:19.396499-05:00",
            "created_at": "2023-12-21T09:13:05.601746-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5622dccf-d2bb-4d40-af6b-7a1845717d0b/?format=api"
        }
    ]
}