GET /api/bet_types/3c552bbc-8164-4d6a-ac54-83e41e8dd55e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c552bbc-8164-4d6a-ac54-83e41e8dd55e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0b8be4c-72a5-4251-a5e7-afe0290446ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:14.123595-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f02874aa-a110-4fd1-8207-89db4d011d4d",
            "gambit_id": "945e2f1b-809f-4e23-91a0-22a8bf55f6d7",
            "last_updated": "2023-04-08T20:52:05.315852-04:00",
            "created_at": "2023-04-07T09:27:14.125312-04:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c552bbc-8164-4d6a-ac54-83e41e8dd55e/?format=api"
        },
        {
            "id": "f6f4988f-e260-4012-bde5-2cd5e3e501de",
            "gambit_id": "bde1dbf8-8673-48d5-b211-c177d26f92e6",
            "last_updated": "2023-04-08T20:52:05.317918-04:00",
            "created_at": "2023-04-07T09:27:14.127229-04:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c552bbc-8164-4d6a-ac54-83e41e8dd55e/?format=api"
        }
    ]
}